Sha256: 900251c44ca3e7b05f875b3234e411c3bdc537d96b798114a38229261b7d5495
Contents?: true
Size: 458 Bytes
Versions: 75
Compression:
Stored size: 458 Bytes
Contents
module Azure module Armrest module Network # Class for managing network interfaces. class NetworkInterfaceService < ResourceGroupBasedService # Creates and returns a new NetworkInterfaceService instance. # def initialize(armrest_configuration, options = {}) super(armrest_configuration, 'networkInterfaces', 'Microsoft.Network', options) end end end # Network end # Armrest end # Azure
Version data entries
75 entries across 75 versions & 1 rubygems