diff --git a/mediaservices/resource-manager/v2015_10_01/pom.xml b/mediaservices/resource-manager/v2015_10_01/pom.xml
index 976c52aee9a1..b866f49db4d3 100644
--- a/mediaservices/resource-manager/v2015_10_01/pom.xml
+++ b/mediaservices/resource-manager/v2015_10_01/pom.xml
@@ -1,133 +1,133 @@
-
-
- 4.0.0
- com.microsoft.azure.azure-mgmt-media-2015-10-01
-
- com.microsoft.azure
- azure-arm-parent
- 0.0.2-beta
- ../../../pom.xml
-
- azure-mgmt-media
- 1.0.0-beta-SNAPSHOT
- jar
- Microsoft Azure SDK for Media Management
- This package contains Microsoft Media Management SDK.
- https://github.com/Azure/azure-libraries-for-java
-
-
- The MIT License (MIT)
- http://opensource.org/licenses/MIT
- repo
-
-
-
- scm:git:https://github.com/Azure/azure-libraries-for-java
- scm:git:git@github.com:Azure/azure-libraries-for-java.git
- HEAD
-
-
- UTF-8
-
-
-
-
- microsoft
- Microsoft
-
-
-
-
- com.microsoft.azure
- azure-client-runtime
-
-
- com.microsoft.azure
- azure-arm-client-runtime
-
-
- junit
- junit
- test
-
-
- com.microsoft.azure
- azure-client-authentication
- test
-
-
- com.microsoft.azure
- azure-mgmt-resources
- test
-
-
- com.microsoft.azure
- azure-arm-client-runtime
- test-jar
- test
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- true
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
- 1.7
- 1.7
-
-
- com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
-
-
- true
- true
-
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.8
-
- *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
-
-
- /**
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for
- * license information.
- */
- ]]>
-
-
-
-
-
-
+
+
+ 4.0.0
+ com.microsoft.azure.mediaservices.v2015_10_01
+
+ com.microsoft.azure
+ azure-arm-parent
+ 0.0.2-beta
+ ../../../pom.xml
+
+ azure-mgmt-media
+ 1.0.0-beta
+ jar
+ Microsoft Azure SDK for Media Management
+ This package contains Microsoft Media Management SDK.
+ https://github.com/Azure/azure-libraries-for-java
+
+
+ The MIT License (MIT)
+ http://opensource.org/licenses/MIT
+ repo
+
+
+
+ scm:git:https://github.com/Azure/azure-libraries-for-java
+ scm:git:git@github.com:Azure/azure-libraries-for-java.git
+ HEAD
+
+
+ UTF-8
+
+
+
+
+ microsoft
+ Microsoft
+
+
+
+
+ com.microsoft.azure
+ azure-client-runtime
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+
+
+ junit
+ junit
+ test
+
+
+ com.microsoft.azure
+ azure-client-authentication
+ test
+
+
+ com.microsoft.azure
+ azure-mgmt-resources
+ test
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+ test-jar
+ test
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ true
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+ 1.7
+ 1.7
+
+
+ com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
+
+
+ true
+ true
+
+ true
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.8
+
+ *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
+
+
+ /**
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for
+ * license information.
+ */
+ ]]>
+
+
+
+
+
+
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/ApiEndpoint.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/ApiEndpoint.java
index a0f989a23549..5986f355c6a5 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/ApiEndpoint.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/ApiEndpoint.java
@@ -27,7 +27,7 @@ public class ApiEndpoint {
private String majorVersion;
/**
- * Get the endpoint value.
+ * Get the Media Services REST endpoint.
*
* @return the endpoint value
*/
@@ -36,7 +36,7 @@ public String endpoint() {
}
/**
- * Set the endpoint value.
+ * Set the Media Services REST endpoint.
*
* @param endpoint the endpoint value to set
* @return the ApiEndpoint object itself.
@@ -47,7 +47,7 @@ public ApiEndpoint withEndpoint(String endpoint) {
}
/**
- * Get the majorVersion value.
+ * Get the version of Media Services REST API.
*
* @return the majorVersion value
*/
@@ -56,7 +56,7 @@ public String majorVersion() {
}
/**
- * Set the majorVersion value.
+ * Set the version of Media Services REST API.
*
* @param majorVersion the majorVersion value to set
* @return the ApiEndpoint object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/ApiError.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/ApiError.java
index b9068c6c9dd0..642673e6b5d1 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/ApiError.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/ApiError.java
@@ -27,7 +27,7 @@ public class ApiError {
private String message;
/**
- * Get the code value.
+ * Get error code.
*
* @return the code value
*/
@@ -36,7 +36,7 @@ public String code() {
}
/**
- * Set the code value.
+ * Set error code.
*
* @param code the code value to set
* @return the ApiError object itself.
@@ -47,7 +47,7 @@ public ApiError withCode(String code) {
}
/**
- * Get the message value.
+ * Get error message.
*
* @return the message value
*/
@@ -56,7 +56,7 @@ public String message() {
}
/**
- * Set the message value.
+ * Set error message.
*
* @param message the message value to set
* @return the ApiError object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/CheckNameAvailabilityInput.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/CheckNameAvailabilityInput.java
index c9c8957e1103..b15ff300c076 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/CheckNameAvailabilityInput.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/CheckNameAvailabilityInput.java
@@ -28,13 +28,14 @@ public class CheckNameAvailabilityInput {
/**
* Creates an instance of CheckNameAvailabilityInput class.
+ * @param name the name of the resource. A name must be globally unique.
*/
public CheckNameAvailabilityInput() {
type = "mediaservices";
}
/**
- * Get the name value.
+ * Get the name of the resource. A name must be globally unique.
*
* @return the name value
*/
@@ -43,7 +44,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set the name of the resource. A name must be globally unique.
*
* @param name the name value to set
* @return the CheckNameAvailabilityInput object itself.
@@ -54,7 +55,7 @@ public CheckNameAvailabilityInput withName(String name) {
}
/**
- * Get the type value.
+ * Get the type of the resource - mediaservices.
*
* @return the type value
*/
@@ -63,7 +64,7 @@ public String type() {
}
/**
- * Set the type value.
+ * Set the type of the resource - mediaservices.
*
* @param type the type value to set
* @return the CheckNameAvailabilityInput object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/MediaService.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/MediaService.java
index 007fa10bafa7..82c73b92947c 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/MediaService.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/MediaService.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.mediaservices.v2015_10_01.implementation.MediaManager;
import java.util.List;
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/OperationDisplay.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/OperationDisplay.java
index b26b9c9c47fd..ea0486764b5a 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/OperationDisplay.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/OperationDisplay.java
@@ -33,7 +33,7 @@ public class OperationDisplay {
private String operation;
/**
- * Get the provider value.
+ * Get service provider: Microsoft.Media.
*
* @return the provider value
*/
@@ -42,7 +42,7 @@ public String provider() {
}
/**
- * Get the resource value.
+ * Get resource on which the operation is performed: Invoice, etc.
*
* @return the resource value
*/
@@ -51,7 +51,7 @@ public String resource() {
}
/**
- * Get the operation value.
+ * Get operation type: Read, write, delete, etc.
*
* @return the operation value
*/
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/RegenerateKeyInput.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/RegenerateKeyInput.java
index 786aa2fe6dda..c78249c4a603 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/RegenerateKeyInput.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/RegenerateKeyInput.java
@@ -22,7 +22,7 @@ public class RegenerateKeyInput {
private KeyType keyType;
/**
- * Get the keyType value.
+ * Get the keyType indicating which key you want to regenerate, Primary or Secondary. Possible values include: 'Primary', 'Secondary'.
*
* @return the keyType value
*/
@@ -31,7 +31,7 @@ public KeyType keyType() {
}
/**
- * Set the keyType value.
+ * Set the keyType indicating which key you want to regenerate, Primary or Secondary. Possible values include: 'Primary', 'Secondary'.
*
* @param keyType the keyType value to set
* @return the RegenerateKeyInput object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/StorageAccount.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/StorageAccount.java
index 6b1c8213192b..65d285f89dc1 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/StorageAccount.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/StorageAccount.java
@@ -32,7 +32,7 @@ public class StorageAccount {
private boolean isPrimary;
/**
- * Get the id value.
+ * Get the id of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts (isPrimary false).
*
* @return the id value
*/
@@ -41,7 +41,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set the id of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts (isPrimary false).
*
* @param id the id value to set
* @return the StorageAccount object itself.
@@ -52,7 +52,7 @@ public StorageAccount withId(String id) {
}
/**
- * Get the isPrimary value.
+ * Get is this storage account resource the primary storage account for the Media Service resource. Blob only storage must set this to false.
*
* @return the isPrimary value
*/
@@ -61,7 +61,7 @@ public boolean isPrimary() {
}
/**
- * Set the isPrimary value.
+ * Set is this storage account resource the primary storage account for the Media Service resource. Blob only storage must set this to false.
*
* @param isPrimary the isPrimary value to set
* @return the StorageAccount object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/SyncStorageKeysInput.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/SyncStorageKeysInput.java
index c423a54e3741..ee13f1104bae 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/SyncStorageKeysInput.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/SyncStorageKeysInput.java
@@ -21,7 +21,7 @@ public class SyncStorageKeysInput {
private String id;
/**
- * Get the id value.
+ * Get the id of the storage account resource.
*
* @return the id value
*/
@@ -30,7 +30,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set the id of the storage account resource.
*
* @param id the id value to set
* @return the SyncStorageKeysInput object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/CheckNameAvailabilityOutputInner.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/CheckNameAvailabilityOutputInner.java
index 4ca4c8ac2e89..690ff0d4e993 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/CheckNameAvailabilityOutputInner.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/CheckNameAvailabilityOutputInner.java
@@ -35,7 +35,7 @@ public class CheckNameAvailabilityOutputInner {
private String message;
/**
- * Get the nameAvailable value.
+ * Get specifies if the name is available.
*
* @return the nameAvailable value
*/
@@ -44,7 +44,7 @@ public Boolean nameAvailable() {
}
/**
- * Set the nameAvailable value.
+ * Set specifies if the name is available.
*
* @param nameAvailable the nameAvailable value to set
* @return the CheckNameAvailabilityOutputInner object itself.
@@ -55,7 +55,7 @@ public CheckNameAvailabilityOutputInner withNameAvailable(Boolean nameAvailable)
}
/**
- * Get the reason value.
+ * Get specifies the reason if the name is not available. Possible values include: 'None', 'Invalid', 'AlreadyExists'.
*
* @return the reason value
*/
@@ -64,7 +64,7 @@ public EntityNameUnavailabilityReason reason() {
}
/**
- * Set the reason value.
+ * Set specifies the reason if the name is not available. Possible values include: 'None', 'Invalid', 'AlreadyExists'.
*
* @param reason the reason value to set
* @return the CheckNameAvailabilityOutputInner object itself.
@@ -75,7 +75,7 @@ public CheckNameAvailabilityOutputInner withReason(EntityNameUnavailabilityReaso
}
/**
- * Get the message value.
+ * Get specifies the detailed reason if the name is not available.
*
* @return the message value
*/
@@ -84,7 +84,7 @@ public String message() {
}
/**
- * Set the message value.
+ * Set specifies the detailed reason if the name is not available.
*
* @param message the message value to set
* @return the CheckNameAvailabilityOutputInner object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/MediaServiceInner.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/MediaServiceInner.java
index 236f143e2672..2ed5d8c8f6ad 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/MediaServiceInner.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/MediaServiceInner.java
@@ -36,7 +36,7 @@ public class MediaServiceInner extends Resource {
private List storageAccounts;
/**
- * Get the apiEndpoints value.
+ * Get read-only property that lists the Media Services REST API endpoints for this resource. If supplied on a PUT or PATCH, the value will be ignored.
*
* @return the apiEndpoints value
*/
@@ -45,7 +45,7 @@ public List apiEndpoints() {
}
/**
- * Get the storageAccounts value.
+ * Get the storage accounts for this resource.
*
* @return the storageAccounts value
*/
@@ -54,7 +54,7 @@ public List storageAccounts() {
}
/**
- * Set the storageAccounts value.
+ * Set the storage accounts for this resource.
*
* @param storageAccounts the storageAccounts value to set
* @return the MediaServiceInner object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/OperationInner.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/OperationInner.java
index c717098e466d..76202b761c82 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/OperationInner.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/OperationInner.java
@@ -28,7 +28,7 @@ public class OperationInner {
private OperationDisplay display;
/**
- * Get the name value.
+ * Get operation name: {provider}/{resource}/{operation}.
*
* @return the name value
*/
@@ -37,7 +37,7 @@ public String name() {
}
/**
- * Get the display value.
+ * Get the object that represents the operation.
*
* @return the display value
*/
@@ -46,7 +46,7 @@ public OperationDisplay display() {
}
/**
- * Set the display value.
+ * Set the object that represents the operation.
*
* @param display the display value to set
* @return the OperationInner object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/OperationListResultInner.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/OperationListResultInner.java
index 5332b50df8a8..887a7a8142aa 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/OperationListResultInner.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/OperationListResultInner.java
@@ -29,7 +29,7 @@ public class OperationListResultInner {
private String nextLink;
/**
- * Get the value value.
+ * Get list of Media Services operations supported by the Microsoft.Media resource provider.
*
* @return the value value
*/
@@ -38,7 +38,7 @@ public List value() {
}
/**
- * Get the nextLink value.
+ * Get uRL to get the next set of operation list results if there are any.
*
* @return the nextLink value
*/
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/RegenerateKeyOutputInner.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/RegenerateKeyOutputInner.java
index 8e4d817a2529..ae8b49170ffa 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/RegenerateKeyOutputInner.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/RegenerateKeyOutputInner.java
@@ -21,7 +21,7 @@ public class RegenerateKeyOutputInner {
private String key;
/**
- * Get the key value.
+ * Get the new value of either the primary or secondary key.
*
* @return the key value
*/
@@ -30,7 +30,7 @@ public String key() {
}
/**
- * Set the key value.
+ * Set the new value of either the primary or secondary key.
*
* @param key the key value to set
* @return the RegenerateKeyOutputInner object itself.
diff --git a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/ServiceKeysInner.java b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/ServiceKeysInner.java
index b7a103deebd4..2f47a5213f86 100644
--- a/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/ServiceKeysInner.java
+++ b/mediaservices/resource-manager/v2015_10_01/src/main/java/com/microsoft/azure/management/mediaservices/v2015_10_01/implementation/ServiceKeysInner.java
@@ -45,7 +45,7 @@ public class ServiceKeysInner {
private String scope;
/**
- * Get the primaryAuthEndpoint value.
+ * Get the primary authorization endpoint.
*
* @return the primaryAuthEndpoint value
*/
@@ -54,7 +54,7 @@ public String primaryAuthEndpoint() {
}
/**
- * Set the primaryAuthEndpoint value.
+ * Set the primary authorization endpoint.
*
* @param primaryAuthEndpoint the primaryAuthEndpoint value to set
* @return the ServiceKeysInner object itself.
@@ -65,7 +65,7 @@ public ServiceKeysInner withPrimaryAuthEndpoint(String primaryAuthEndpoint) {
}
/**
- * Get the secondaryAuthEndpoint value.
+ * Get the secondary authorization endpoint.
*
* @return the secondaryAuthEndpoint value
*/
@@ -74,7 +74,7 @@ public String secondaryAuthEndpoint() {
}
/**
- * Set the secondaryAuthEndpoint value.
+ * Set the secondary authorization endpoint.
*
* @param secondaryAuthEndpoint the secondaryAuthEndpoint value to set
* @return the ServiceKeysInner object itself.
@@ -85,7 +85,7 @@ public ServiceKeysInner withSecondaryAuthEndpoint(String secondaryAuthEndpoint)
}
/**
- * Get the primaryKey value.
+ * Get the primary key for the Media Service resource.
*
* @return the primaryKey value
*/
@@ -94,7 +94,7 @@ public String primaryKey() {
}
/**
- * Set the primaryKey value.
+ * Set the primary key for the Media Service resource.
*
* @param primaryKey the primaryKey value to set
* @return the ServiceKeysInner object itself.
@@ -105,7 +105,7 @@ public ServiceKeysInner withPrimaryKey(String primaryKey) {
}
/**
- * Get the secondaryKey value.
+ * Get the secondary key for the Media Service resource.
*
* @return the secondaryKey value
*/
@@ -114,7 +114,7 @@ public String secondaryKey() {
}
/**
- * Set the secondaryKey value.
+ * Set the secondary key for the Media Service resource.
*
* @param secondaryKey the secondaryKey value to set
* @return the ServiceKeysInner object itself.
@@ -125,7 +125,7 @@ public ServiceKeysInner withSecondaryKey(String secondaryKey) {
}
/**
- * Get the scope value.
+ * Get the authorization scope.
*
* @return the scope value
*/
@@ -134,7 +134,7 @@ public String scope() {
}
/**
- * Set the scope value.
+ * Set the authorization scope.
*
* @param scope the scope value to set
* @return the ServiceKeysInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/pom.xml b/mediaservices/resource-manager/v2018_30_30_preview/pom.xml
index a8974a0b999c..8bb8e21dac7b 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/pom.xml
+++ b/mediaservices/resource-manager/v2018_30_30_preview/pom.xml
@@ -1,133 +1,133 @@
-
-
- 4.0.0
- com.microsoft.azure.azure-mgmt-media-2018-30-30-preview
-
- com.microsoft.azure
- azure-arm-parent
- 0.0.2-beta
- ../../../pom.xml
-
- azure-mgmt-media
- 1.0.0-beta-SNAPSHOT
- jar
- Microsoft Azure SDK for Media Management
- This package contains Microsoft Media Management SDK.
- https://github.com/Azure/azure-libraries-for-java
-
-
- The MIT License (MIT)
- http://opensource.org/licenses/MIT
- repo
-
-
-
- scm:git:https://github.com/Azure/azure-libraries-for-java
- scm:git:git@github.com:Azure/azure-libraries-for-java.git
- HEAD
-
-
- UTF-8
-
-
-
-
- microsoft
- Microsoft
-
-
-
-
- com.microsoft.azure
- azure-client-runtime
-
-
- com.microsoft.azure
- azure-arm-client-runtime
-
-
- junit
- junit
- test
-
-
- com.microsoft.azure
- azure-client-authentication
- test
-
-
- com.microsoft.azure
- azure-mgmt-resources
- test
-
-
- com.microsoft.azure
- azure-arm-client-runtime
- test-jar
- test
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
-
-
-
- true
- true
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.1
-
- 1.7
- 1.7
-
-
- com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
-
-
- true
- true
-
- true
- true
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.8
-
- *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
-
-
- /**
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for
- * license information.
- */
- ]]>
-
-
-
-
-
-
+
+
+ 4.0.0
+ com.microsoft.azure.mediaservices.v2018_30_30_preview
+
+ com.microsoft.azure
+ azure-arm-parent
+ 0.0.2-beta
+ ../../../pom.xml
+
+ azure-mgmt-media
+ 1.0.0-beta
+ jar
+ Microsoft Azure SDK for Media Management
+ This package contains Microsoft Media Management SDK.
+ https://github.com/Azure/azure-libraries-for-java
+
+
+ The MIT License (MIT)
+ http://opensource.org/licenses/MIT
+ repo
+
+
+
+ scm:git:https://github.com/Azure/azure-libraries-for-java
+ scm:git:git@github.com:Azure/azure-libraries-for-java.git
+ HEAD
+
+
+ UTF-8
+
+
+
+
+ microsoft
+ Microsoft
+
+
+
+
+ com.microsoft.azure
+ azure-client-runtime
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+
+
+ junit
+ junit
+ test
+
+
+ com.microsoft.azure
+ azure-client-authentication
+ test
+
+
+ com.microsoft.azure
+ azure-mgmt-resources
+ test
+
+
+ com.microsoft.azure
+ azure-arm-client-runtime
+ test-jar
+ test
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ true
+ true
+
+
+
+
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.1
+
+ 1.7
+ 1.7
+
+
+ com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
+
+
+ true
+ true
+
+ true
+ true
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.8
+
+ *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search
+
+
+ /**
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for
+ * license information.
+ */
+ ]]>
+
+
+
+
+
+
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AacAudio.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AacAudio.java
index d37e7cc3fa30..cc6433290dc0 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AacAudio.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AacAudio.java
@@ -26,7 +26,7 @@ public class AacAudio extends Audio {
private AacAudioProfile profile;
/**
- * Get the profile value.
+ * Get the encoding profile to be used when encoding audio with AAC. Possible values include: 'AacLc', 'HeAacV1', 'HeAacV2'.
*
* @return the profile value
*/
@@ -35,7 +35,7 @@ public AacAudioProfile profile() {
}
/**
- * Set the profile value.
+ * Set the encoding profile to be used when encoding audio with AAC. Possible values include: 'AacLc', 'HeAacV1', 'HeAacV2'.
*
* @param profile the profile value to set
* @return the AacAudio object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AkamaiAccessControl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AkamaiAccessControl.java
index aed7d01c3d9d..61605b3bcb77 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AkamaiAccessControl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AkamaiAccessControl.java
@@ -22,7 +22,7 @@ public class AkamaiAccessControl {
private List akamaiSignatureHeaderAuthenticationKeyList;
/**
- * Get the akamaiSignatureHeaderAuthenticationKeyList value.
+ * Get authentication key list.
*
* @return the akamaiSignatureHeaderAuthenticationKeyList value
*/
@@ -31,7 +31,7 @@ public List akamaiSignatureHeaderAuthent
}
/**
- * Set the akamaiSignatureHeaderAuthenticationKeyList value.
+ * Set authentication key list.
*
* @param akamaiSignatureHeaderAuthenticationKeyList the akamaiSignatureHeaderAuthenticationKeyList value to set
* @return the AkamaiAccessControl object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AkamaiSignatureHeaderAuthenticationKey.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AkamaiSignatureHeaderAuthenticationKey.java
index e7cb1426f75c..fb0600eb61e4 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AkamaiSignatureHeaderAuthenticationKey.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AkamaiSignatureHeaderAuthenticationKey.java
@@ -34,7 +34,7 @@ public class AkamaiSignatureHeaderAuthenticationKey {
private DateTime expiration;
/**
- * Get the identifier value.
+ * Get identifier of the key.
*
* @return the identifier value
*/
@@ -43,7 +43,7 @@ public String identifier() {
}
/**
- * Set the identifier value.
+ * Set identifier of the key.
*
* @param identifier the identifier value to set
* @return the AkamaiSignatureHeaderAuthenticationKey object itself.
@@ -54,7 +54,7 @@ public AkamaiSignatureHeaderAuthenticationKey withIdentifier(String identifier)
}
/**
- * Get the base64Key value.
+ * Get authentication key.
*
* @return the base64Key value
*/
@@ -63,7 +63,7 @@ public String base64Key() {
}
/**
- * Set the base64Key value.
+ * Set authentication key.
*
* @param base64Key the base64Key value to set
* @return the AkamaiSignatureHeaderAuthenticationKey object itself.
@@ -74,7 +74,7 @@ public AkamaiSignatureHeaderAuthenticationKey withBase64Key(String base64Key) {
}
/**
- * Get the expiration value.
+ * Get the exact time the authentication key.
*
* @return the expiration value
*/
@@ -83,7 +83,7 @@ public DateTime expiration() {
}
/**
- * Set the expiration value.
+ * Set the exact time the authentication key.
*
* @param expiration the expiration value to set
* @return the AkamaiSignatureHeaderAuthenticationKey object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ApiError.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ApiError.java
index 0fa44e49a618..da07daf76792 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ApiError.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ApiError.java
@@ -22,7 +22,7 @@ public class ApiError {
private ODataError error;
/**
- * Get the error value.
+ * Get the error properties.
*
* @return the error value
*/
@@ -31,7 +31,7 @@ public ODataError error() {
}
/**
- * Set the error value.
+ * Set the error properties.
*
* @param error the error value to set
* @return the ApiError object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Audio.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Audio.java
index 4027b9a9cdac..187519b874dc 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Audio.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Audio.java
@@ -41,7 +41,7 @@ public class Audio extends Codec {
private Integer bitrate;
/**
- * Get the channels value.
+ * Get the number of channels in the audio.
*
* @return the channels value
*/
@@ -50,7 +50,7 @@ public Integer channels() {
}
/**
- * Set the channels value.
+ * Set the number of channels in the audio.
*
* @param channels the channels value to set
* @return the Audio object itself.
@@ -61,7 +61,7 @@ public Audio withChannels(Integer channels) {
}
/**
- * Get the samplingRate value.
+ * Get the sampling rate to use for encoding in hertz.
*
* @return the samplingRate value
*/
@@ -70,7 +70,7 @@ public Integer samplingRate() {
}
/**
- * Set the samplingRate value.
+ * Set the sampling rate to use for encoding in hertz.
*
* @param samplingRate the samplingRate value to set
* @return the Audio object itself.
@@ -81,7 +81,7 @@ public Audio withSamplingRate(Integer samplingRate) {
}
/**
- * Get the bitrate value.
+ * Get the bitrate, in bits per second, of the output encoded audio.
*
* @return the bitrate value
*/
@@ -90,7 +90,7 @@ public Integer bitrate() {
}
/**
- * Set the bitrate value.
+ * Set the bitrate, in bits per second, of the output encoded audio.
*
* @param bitrate the bitrate value to set
* @return the Audio object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AudioAnalyzerPreset.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AudioAnalyzerPreset.java
index 80b9f4048f1a..004544b27516 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AudioAnalyzerPreset.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/AudioAnalyzerPreset.java
@@ -34,7 +34,7 @@ public class AudioAnalyzerPreset extends Preset {
private String audioLanguage;
/**
- * Get the audioLanguage value.
+ * Get the language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). The list of supported languages are, 'en-US', 'en-GB', 'es-ES', 'es-MX', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR', 'zh-CN'.
*
* @return the audioLanguage value
*/
@@ -43,7 +43,7 @@ public String audioLanguage() {
}
/**
- * Set the audioLanguage value.
+ * Set the language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US'). The list of supported languages are, 'en-US', 'en-GB', 'es-ES', 'es-MX', 'fr-FR', 'it-IT', 'ja-JP', 'pt-BR', 'zh-CN'.
*
* @param audioLanguage the audioLanguage value to set
* @return the AudioAnalyzerPreset object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/BuiltInStandardEncoderPreset.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/BuiltInStandardEncoderPreset.java
index dad3dafd1ca4..567cf1efd1d9 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/BuiltInStandardEncoderPreset.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/BuiltInStandardEncoderPreset.java
@@ -29,7 +29,7 @@ public class BuiltInStandardEncoderPreset extends Preset {
private EncoderNamedPreset presetName;
/**
- * Get the presetName value.
+ * Get the built-in preset to be used for encoding videos. Possible values include: 'AdaptiveStreaming', 'AACGoodQualityAudio', 'H264MultipleBitrate1080p', 'H264MultipleBitrate720p', 'H264MultipleBitrateSD'.
*
* @return the presetName value
*/
@@ -38,7 +38,7 @@ public EncoderNamedPreset presetName() {
}
/**
- * Set the presetName value.
+ * Set the built-in preset to be used for encoding videos. Possible values include: 'AdaptiveStreaming', 'AACGoodQualityAudio', 'H264MultipleBitrate1080p', 'H264MultipleBitrate720p', 'H264MultipleBitrateSD'.
*
* @param presetName the presetName value to set
* @return the BuiltInStandardEncoderPreset object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CbcsDrmConfiguration.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CbcsDrmConfiguration.java
index fa411a81a166..3448aadc58ce 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CbcsDrmConfiguration.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CbcsDrmConfiguration.java
@@ -34,7 +34,7 @@ public class CbcsDrmConfiguration {
private StreamingPolicyWidevineConfiguration widevine;
/**
- * Get the fairPlay value.
+ * Get fairplay configurations.
*
* @return the fairPlay value
*/
@@ -43,7 +43,7 @@ public StreamingPolicyFairPlayConfiguration fairPlay() {
}
/**
- * Set the fairPlay value.
+ * Set fairplay configurations.
*
* @param fairPlay the fairPlay value to set
* @return the CbcsDrmConfiguration object itself.
@@ -54,7 +54,7 @@ public CbcsDrmConfiguration withFairPlay(StreamingPolicyFairPlayConfiguration fa
}
/**
- * Get the playReady value.
+ * Get playReady configurations.
*
* @return the playReady value
*/
@@ -63,7 +63,7 @@ public StreamingPolicyPlayReadyConfiguration playReady() {
}
/**
- * Set the playReady value.
+ * Set playReady configurations.
*
* @param playReady the playReady value to set
* @return the CbcsDrmConfiguration object itself.
@@ -74,7 +74,7 @@ public CbcsDrmConfiguration withPlayReady(StreamingPolicyPlayReadyConfiguration
}
/**
- * Get the widevine value.
+ * Get widevine configurations.
*
* @return the widevine value
*/
@@ -83,7 +83,7 @@ public StreamingPolicyWidevineConfiguration widevine() {
}
/**
- * Set the widevine value.
+ * Set widevine configurations.
*
* @param widevine the widevine value to set
* @return the CbcsDrmConfiguration object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CencDrmConfiguration.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CencDrmConfiguration.java
index 3b7def2852ff..918b8ca24c9b 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CencDrmConfiguration.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CencDrmConfiguration.java
@@ -28,7 +28,7 @@ public class CencDrmConfiguration {
private StreamingPolicyWidevineConfiguration widevine;
/**
- * Get the playReady value.
+ * Get playReady configurations.
*
* @return the playReady value
*/
@@ -37,7 +37,7 @@ public StreamingPolicyPlayReadyConfiguration playReady() {
}
/**
- * Set the playReady value.
+ * Set playReady configurations.
*
* @param playReady the playReady value to set
* @return the CencDrmConfiguration object itself.
@@ -48,7 +48,7 @@ public CencDrmConfiguration withPlayReady(StreamingPolicyPlayReadyConfiguration
}
/**
- * Get the widevine value.
+ * Get widevine configurations.
*
* @return the widevine value
*/
@@ -57,7 +57,7 @@ public StreamingPolicyWidevineConfiguration widevine() {
}
/**
- * Set the widevine value.
+ * Set widevine configurations.
*
* @param widevine the widevine value to set
* @return the CencDrmConfiguration object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CheckNameAvailabilityInput.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CheckNameAvailabilityInput.java
index c6a710824c01..759f368ba1de 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CheckNameAvailabilityInput.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CheckNameAvailabilityInput.java
@@ -28,7 +28,7 @@ public class CheckNameAvailabilityInput {
private String type;
/**
- * Get the name value.
+ * Get the account name.
*
* @return the name value
*/
@@ -37,7 +37,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set the account name.
*
* @param name the name value to set
* @return the CheckNameAvailabilityInput object itself.
@@ -48,7 +48,7 @@ public CheckNameAvailabilityInput withName(String name) {
}
/**
- * Get the type value.
+ * Get the account type. For a Media Services account, this should be 'MediaServices'.
*
* @return the type value
*/
@@ -57,7 +57,7 @@ public String type() {
}
/**
- * Set the type value.
+ * Set the account type. For a Media Services account, this should be 'MediaServices'.
*
* @param type the type value to set
* @return the CheckNameAvailabilityInput object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Codec.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Codec.java
index 1914809c02e1..35eb84710519 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Codec.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Codec.java
@@ -33,7 +33,7 @@ public class Codec {
private String label;
/**
- * Get the label value.
+ * Get an optional label for the codec. The label can be used to control muxing behavior.
*
* @return the label value
*/
@@ -42,7 +42,7 @@ public String label() {
}
/**
- * Set the label value.
+ * Set an optional label for the codec. The label can be used to control muxing behavior.
*
* @param label the label value to set
* @return the Codec object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CommonEncryptionCbcs.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CommonEncryptionCbcs.java
index e680fb7e71de..c17ea128754f 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CommonEncryptionCbcs.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CommonEncryptionCbcs.java
@@ -41,7 +41,7 @@ public class CommonEncryptionCbcs {
private CbcsDrmConfiguration drm;
/**
- * Get the enabledProtocols value.
+ * Get representing supported protocols.
*
* @return the enabledProtocols value
*/
@@ -50,7 +50,7 @@ public EnabledProtocols enabledProtocols() {
}
/**
- * Set the enabledProtocols value.
+ * Set representing supported protocols.
*
* @param enabledProtocols the enabledProtocols value to set
* @return the CommonEncryptionCbcs object itself.
@@ -61,7 +61,7 @@ public CommonEncryptionCbcs withEnabledProtocols(EnabledProtocols enabledProtoco
}
/**
- * Get the clearTracks value.
+ * Get representing which tracks should not be encrypted.
*
* @return the clearTracks value
*/
@@ -70,7 +70,7 @@ public List clearTracks() {
}
/**
- * Set the clearTracks value.
+ * Set representing which tracks should not be encrypted.
*
* @param clearTracks the clearTracks value to set
* @return the CommonEncryptionCbcs object itself.
@@ -81,7 +81,7 @@ public CommonEncryptionCbcs withClearTracks(List clearTracks) {
}
/**
- * Get the contentKeys value.
+ * Get representing default content key for each encryption scheme and separate content keys for specific tracks.
*
* @return the contentKeys value
*/
@@ -90,7 +90,7 @@ public StreamingPolicyContentKeys contentKeys() {
}
/**
- * Set the contentKeys value.
+ * Set representing default content key for each encryption scheme and separate content keys for specific tracks.
*
* @param contentKeys the contentKeys value to set
* @return the CommonEncryptionCbcs object itself.
@@ -101,7 +101,7 @@ public CommonEncryptionCbcs withContentKeys(StreamingPolicyContentKeys contentKe
}
/**
- * Get the drm value.
+ * Get configuration of DRMs for current encryption scheme.
*
* @return the drm value
*/
@@ -110,7 +110,7 @@ public CbcsDrmConfiguration drm() {
}
/**
- * Set the drm value.
+ * Set configuration of DRMs for current encryption scheme.
*
* @param drm the drm value to set
* @return the CommonEncryptionCbcs object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CommonEncryptionCenc.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CommonEncryptionCenc.java
index bd2bf16ad63c..3b49a6313ef1 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CommonEncryptionCenc.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/CommonEncryptionCenc.java
@@ -41,7 +41,7 @@ public class CommonEncryptionCenc {
private CencDrmConfiguration drm;
/**
- * Get the enabledProtocols value.
+ * Get representing supported protocols.
*
* @return the enabledProtocols value
*/
@@ -50,7 +50,7 @@ public EnabledProtocols enabledProtocols() {
}
/**
- * Set the enabledProtocols value.
+ * Set representing supported protocols.
*
* @param enabledProtocols the enabledProtocols value to set
* @return the CommonEncryptionCenc object itself.
@@ -61,7 +61,7 @@ public CommonEncryptionCenc withEnabledProtocols(EnabledProtocols enabledProtoco
}
/**
- * Get the clearTracks value.
+ * Get representing which tracks should not be encrypted.
*
* @return the clearTracks value
*/
@@ -70,7 +70,7 @@ public List clearTracks() {
}
/**
- * Set the clearTracks value.
+ * Set representing which tracks should not be encrypted.
*
* @param clearTracks the clearTracks value to set
* @return the CommonEncryptionCenc object itself.
@@ -81,7 +81,7 @@ public CommonEncryptionCenc withClearTracks(List clearTracks) {
}
/**
- * Get the contentKeys value.
+ * Get representing default content key for each encryption scheme and separate content keys for specific tracks.
*
* @return the contentKeys value
*/
@@ -90,7 +90,7 @@ public StreamingPolicyContentKeys contentKeys() {
}
/**
- * Set the contentKeys value.
+ * Set representing default content key for each encryption scheme and separate content keys for specific tracks.
*
* @param contentKeys the contentKeys value to set
* @return the CommonEncryptionCenc object itself.
@@ -101,7 +101,7 @@ public CommonEncryptionCenc withContentKeys(StreamingPolicyContentKeys contentKe
}
/**
- * Get the drm value.
+ * Get configuration of DRMs for CommonEncryptionCenc encryption scheme.
*
* @return the drm value
*/
@@ -110,7 +110,7 @@ public CencDrmConfiguration drm() {
}
/**
- * Set the drm value.
+ * Set configuration of DRMs for CommonEncryptionCenc encryption scheme.
*
* @param drm the drm value to set
* @return the CommonEncryptionCenc object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyFairPlayConfiguration.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyFairPlayConfiguration.java
index 5e706cb8b56a..4800221efa79 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyFairPlayConfiguration.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyFairPlayConfiguration.java
@@ -51,7 +51,7 @@ public class ContentKeyPolicyFairPlayConfiguration extends ContentKeyPolicyConfi
private long rentalDuration;
/**
- * Get the ask value.
+ * Get the key that must be used as FairPlay ASk.
*
* @return the ask value
*/
@@ -60,7 +60,7 @@ public byte[] ask() {
}
/**
- * Set the ask value.
+ * Set the key that must be used as FairPlay ASk.
*
* @param ask the ask value to set
* @return the ContentKeyPolicyFairPlayConfiguration object itself.
@@ -71,7 +71,7 @@ public ContentKeyPolicyFairPlayConfiguration withAsk(byte[] ask) {
}
/**
- * Get the fairPlayPfxPassword value.
+ * Get the password encrypting FairPlay certificate in PKCS 12 (pfx) format.
*
* @return the fairPlayPfxPassword value
*/
@@ -80,7 +80,7 @@ public String fairPlayPfxPassword() {
}
/**
- * Set the fairPlayPfxPassword value.
+ * Set the password encrypting FairPlay certificate in PKCS 12 (pfx) format.
*
* @param fairPlayPfxPassword the fairPlayPfxPassword value to set
* @return the ContentKeyPolicyFairPlayConfiguration object itself.
@@ -91,7 +91,7 @@ public ContentKeyPolicyFairPlayConfiguration withFairPlayPfxPassword(String fair
}
/**
- * Get the fairPlayPfx value.
+ * Get the Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).
*
* @return the fairPlayPfx value
*/
@@ -100,7 +100,7 @@ public String fairPlayPfx() {
}
/**
- * Set the fairPlayPfx value.
+ * Set the Base64 representation of FairPlay certificate in PKCS 12 (pfx) format (including private key).
*
* @param fairPlayPfx the fairPlayPfx value to set
* @return the ContentKeyPolicyFairPlayConfiguration object itself.
@@ -111,7 +111,7 @@ public ContentKeyPolicyFairPlayConfiguration withFairPlayPfx(String fairPlayPfx)
}
/**
- * Get the rentalAndLeaseKeyType value.
+ * Get the rental and lease key type. Possible values include: 'Unknown', 'Undefined', 'PersistentUnlimited', 'PersistentLimited'.
*
* @return the rentalAndLeaseKeyType value
*/
@@ -120,7 +120,7 @@ public ContentKeyPolicyFairPlayRentalAndLeaseKeyType rentalAndLeaseKeyType() {
}
/**
- * Set the rentalAndLeaseKeyType value.
+ * Set the rental and lease key type. Possible values include: 'Unknown', 'Undefined', 'PersistentUnlimited', 'PersistentLimited'.
*
* @param rentalAndLeaseKeyType the rentalAndLeaseKeyType value to set
* @return the ContentKeyPolicyFairPlayConfiguration object itself.
@@ -131,7 +131,7 @@ public ContentKeyPolicyFairPlayConfiguration withRentalAndLeaseKeyType(ContentKe
}
/**
- * Get the rentalDuration value.
+ * Get the rental duration. Must be greater than or equal to 0.
*
* @return the rentalDuration value
*/
@@ -140,7 +140,7 @@ public long rentalDuration() {
}
/**
- * Set the rentalDuration value.
+ * Set the rental duration. Must be greater than or equal to 0.
*
* @param rentalDuration the rentalDuration value to set
* @return the ContentKeyPolicyFairPlayConfiguration object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyOption.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyOption.java
index 98e0c901a829..0321b1b1885c 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyOption.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyOption.java
@@ -41,7 +41,7 @@ public class ContentKeyPolicyOption {
private ContentKeyPolicyRestriction restriction;
/**
- * Get the policyOptionId value.
+ * Get the legacy Policy Option ID.
*
* @return the policyOptionId value
*/
@@ -50,7 +50,7 @@ public UUID policyOptionId() {
}
/**
- * Get the name value.
+ * Get the Policy Option description.
*
* @return the name value
*/
@@ -59,7 +59,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set the Policy Option description.
*
* @param name the name value to set
* @return the ContentKeyPolicyOption object itself.
@@ -70,7 +70,7 @@ public ContentKeyPolicyOption withName(String name) {
}
/**
- * Get the configuration value.
+ * Get the key delivery configuration.
*
* @return the configuration value
*/
@@ -79,7 +79,7 @@ public ContentKeyPolicyConfiguration configuration() {
}
/**
- * Set the configuration value.
+ * Set the key delivery configuration.
*
* @param configuration the configuration value to set
* @return the ContentKeyPolicyOption object itself.
@@ -90,7 +90,7 @@ public ContentKeyPolicyOption withConfiguration(ContentKeyPolicyConfiguration co
}
/**
- * Get the restriction value.
+ * Get the requirements that must be met to deliver keys with this configuration.
*
* @return the restriction value
*/
@@ -99,7 +99,7 @@ public ContentKeyPolicyRestriction restriction() {
}
/**
- * Set the restriction value.
+ * Set the requirements that must be met to deliver keys with this configuration.
*
* @param restriction the restriction value to set
* @return the ContentKeyPolicyOption object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyPlayReadyConfiguration.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyPlayReadyConfiguration.java
index f60435a5871e..3e26049498a2 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyPlayReadyConfiguration.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ContentKeyPolicyPlayReadyConfiguration.java
@@ -32,7 +32,7 @@ public class ContentKeyPolicyPlayReadyConfiguration extends ContentKeyPolicyConf
private String responseCustomData;
/**
- * Get the licenses value.
+ * Get the PlayReady licenses.
*
* @return the licenses value
*/
@@ -41,7 +41,7 @@ public List licenses() {
}
/**
- * Set the licenses value.
+ * Set the PlayReady licenses.
*
* @param licenses the licenses value to set
* @return the ContentKeyPolicyPlayReadyConfiguration object itself.
@@ -52,7 +52,7 @@ public ContentKeyPolicyPlayReadyConfiguration withLicenses(List alternateVerificationKeys() {
}
/**
- * Set the alternateVerificationKeys value.
+ * Set a list of alternative verification keys.
*
* @param alternateVerificationKeys the alternateVerificationKeys value to set
* @return the ContentKeyPolicyTokenRestriction object itself.
@@ -143,7 +143,7 @@ public ContentKeyPolicyTokenRestriction withAlternateVerificationKeys(List requiredClaims() {
}
/**
- * Set the requiredClaims value.
+ * Set a list of required token claims.
*
* @param requiredClaims the requiredClaims value to set
* @return the ContentKeyPolicyTokenRestriction object itself.
@@ -163,7 +163,7 @@ public ContentKeyPolicyTokenRestriction withRequiredClaims(List clearTracks() {
}
/**
- * Set the clearTracks value.
+ * Set representing which tracks should not be encrypted.
*
* @param clearTracks the clearTracks value to set
* @return the EnvelopeEncryption object itself.
@@ -82,7 +82,7 @@ public EnvelopeEncryption withClearTracks(List clearTracks) {
}
/**
- * Get the contentKeys value.
+ * Get representing default content key for each encryption scheme and separate content keys for specific tracks.
*
* @return the contentKeys value
*/
@@ -91,7 +91,7 @@ public StreamingPolicyContentKeys contentKeys() {
}
/**
- * Set the contentKeys value.
+ * Set representing default content key for each encryption scheme and separate content keys for specific tracks.
*
* @param contentKeys the contentKeys value to set
* @return the EnvelopeEncryption object itself.
@@ -102,7 +102,7 @@ public EnvelopeEncryption withContentKeys(StreamingPolicyContentKeys contentKeys
}
/**
- * Get the customLicenseAcquisitionUrlTemplate value.
+ * Get licenseAcquistionUrlTemplate is used to point to user speicified service to delivery content keys.
*
* @return the customLicenseAcquisitionUrlTemplate value
*/
@@ -111,7 +111,7 @@ public String customLicenseAcquisitionUrlTemplate() {
}
/**
- * Set the customLicenseAcquisitionUrlTemplate value.
+ * Set licenseAcquistionUrlTemplate is used to point to user speicified service to delivery content keys.
*
* @param customLicenseAcquisitionUrlTemplate the customLicenseAcquisitionUrlTemplate value to set
* @return the EnvelopeEncryption object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Filters.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Filters.java
index f1391e29be90..d197c34bd59b 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Filters.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Filters.java
@@ -45,7 +45,7 @@ public class Filters {
private List overlays;
/**
- * Get the deinterlace value.
+ * Get the de-interlacing settings.
*
* @return the deinterlace value
*/
@@ -54,7 +54,7 @@ public Deinterlace deinterlace() {
}
/**
- * Set the deinterlace value.
+ * Set the de-interlacing settings.
*
* @param deinterlace the deinterlace value to set
* @return the Filters object itself.
@@ -65,7 +65,7 @@ public Filters withDeinterlace(Deinterlace deinterlace) {
}
/**
- * Get the rotation value.
+ * Get the rotation, if any, to be applied to the input video, before it is encoded. Default is Auto. Possible values include: 'Auto', 'None', 'Rotate0', 'Rotate90', 'Rotate180', 'Rotate270'.
*
* @return the rotation value
*/
@@ -74,7 +74,7 @@ public Rotation rotation() {
}
/**
- * Set the rotation value.
+ * Set the rotation, if any, to be applied to the input video, before it is encoded. Default is Auto. Possible values include: 'Auto', 'None', 'Rotate0', 'Rotate90', 'Rotate180', 'Rotate270'.
*
* @param rotation the rotation value to set
* @return the Filters object itself.
@@ -85,7 +85,7 @@ public Filters withRotation(Rotation rotation) {
}
/**
- * Get the crop value.
+ * Get the parameters for the rectangular window with which to crop the input video.
*
* @return the crop value
*/
@@ -94,7 +94,7 @@ public Rectangle crop() {
}
/**
- * Set the crop value.
+ * Set the parameters for the rectangular window with which to crop the input video.
*
* @param crop the crop value to set
* @return the Filters object itself.
@@ -105,7 +105,7 @@ public Filters withCrop(Rectangle crop) {
}
/**
- * Get the overlays value.
+ * Get the properties of overlays to be applied to the input video. These could be audio, image or video overlays.
*
* @return the overlays value
*/
@@ -114,7 +114,7 @@ public List overlays() {
}
/**
- * Set the overlays value.
+ * Set the properties of overlays to be applied to the input video. These could be audio, image or video overlays.
*
* @param overlays the overlays value to set
* @return the Filters object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Format.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Format.java
index 781b2f331ff4..6b75efbab813 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Format.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Format.java
@@ -37,7 +37,7 @@ public class Format {
private String filenamePattern;
/**
- * Get the filenamePattern value.
+ * Get the pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {Extension} - The appropriate extension for this format. {Label} - The label assigned to the codec/layer. {Index} - A unique index for thumbnails. Only applicable to thumbnails. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
*
* @return the filenamePattern value
*/
@@ -46,7 +46,7 @@ public String filenamePattern() {
}
/**
- * Set the filenamePattern value.
+ * Set the pattern of the file names for the generated output files. The following macros are supported in the file name: {Basename} - The base name of the input video {Extension} - The appropriate extension for this format. {Label} - The label assigned to the codec/layer. {Index} - A unique index for thumbnails. Only applicable to thumbnails. {Bitrate} - The audio/video bitrate. Not applicable to thumbnails. {Codec} - The type of the audio/video codec. Any unsubstituted macros will be collapsed and removed from the filename.
*
* @param filenamePattern the filenamePattern value to set
* @return the Format object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/H264Layer.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/H264Layer.java
index 0dd04c7a3099..ede9242fe56b 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/H264Layer.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/H264Layer.java
@@ -62,7 +62,7 @@ public class H264Layer extends VideoLayer {
private EntropyMode entropyMode;
/**
- * Get the profile value.
+ * Get which profile of the H.264 standard should be used when encoding this layer. Default is Auto. Possible values include: 'Auto', 'Baseline', 'Main', 'High', 'High422', 'High444'.
*
* @return the profile value
*/
@@ -71,7 +71,7 @@ public H264VideoProfile profile() {
}
/**
- * Set the profile value.
+ * Set which profile of the H.264 standard should be used when encoding this layer. Default is Auto. Possible values include: 'Auto', 'Baseline', 'Main', 'High', 'High422', 'High444'.
*
* @param profile the profile value to set
* @return the H264Layer object itself.
@@ -82,7 +82,7 @@ public H264Layer withProfile(H264VideoProfile profile) {
}
/**
- * Get the level value.
+ * Get which level of the H.264 standard should be used when encoding this layer. The value can be Auto, or a number that matches the H.264 profile. If not specified, the default is Auto, which lets the encoder choose the Level that is appropriate for this layer.
*
* @return the level value
*/
@@ -91,7 +91,7 @@ public String level() {
}
/**
- * Set the level value.
+ * Set which level of the H.264 standard should be used when encoding this layer. The value can be Auto, or a number that matches the H.264 profile. If not specified, the default is Auto, which lets the encoder choose the Level that is appropriate for this layer.
*
* @param level the level value to set
* @return the H264Layer object itself.
@@ -102,7 +102,7 @@ public H264Layer withLevel(String level) {
}
/**
- * Get the bufferWindow value.
+ * Get the VBV buffer window length. The value should be in ISO 8601 format. The value should be in the range [0.1-100] seconds. The default is 5 seconds (for example, PT5S).
*
* @return the bufferWindow value
*/
@@ -111,7 +111,7 @@ public Period bufferWindow() {
}
/**
- * Set the bufferWindow value.
+ * Set the VBV buffer window length. The value should be in ISO 8601 format. The value should be in the range [0.1-100] seconds. The default is 5 seconds (for example, PT5S).
*
* @param bufferWindow the bufferWindow value to set
* @return the H264Layer object itself.
@@ -122,7 +122,7 @@ public H264Layer withBufferWindow(Period bufferWindow) {
}
/**
- * Get the referenceFrames value.
+ * Get the number of reference frames to be used when encoding this layer. If not specified, the encoder determines an appropriate number based on the encoder complexity setting.
*
* @return the referenceFrames value
*/
@@ -131,7 +131,7 @@ public Integer referenceFrames() {
}
/**
- * Set the referenceFrames value.
+ * Set the number of reference frames to be used when encoding this layer. If not specified, the encoder determines an appropriate number based on the encoder complexity setting.
*
* @param referenceFrames the referenceFrames value to set
* @return the H264Layer object itself.
@@ -142,7 +142,7 @@ public H264Layer withReferenceFrames(Integer referenceFrames) {
}
/**
- * Get the entropyMode value.
+ * Get the entropy mode to be used for this layer. If not specified, the encoder chooses the mode that is appropriate for the profile and level. Possible values include: 'Cabac', 'Cavlc'.
*
* @return the entropyMode value
*/
@@ -151,7 +151,7 @@ public EntropyMode entropyMode() {
}
/**
- * Set the entropyMode value.
+ * Set the entropy mode to be used for this layer. If not specified, the encoder chooses the mode that is appropriate for the profile and level. Possible values include: 'Cabac', 'Cavlc'.
*
* @param entropyMode the entropyMode value to set
* @return the H264Layer object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/H264Video.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/H264Video.java
index 787367133714..1092925b9f8f 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/H264Video.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/H264Video.java
@@ -42,7 +42,7 @@ public class H264Video extends Video {
private List layers;
/**
- * Get the sceneChangeDetection value.
+ * Get whether or not the encoder should insert key frames at scene changes. If not specified, the default is false. This flag should be set to true only when the encoder is being configured to produce a single output video.
*
* @return the sceneChangeDetection value
*/
@@ -51,7 +51,7 @@ public Boolean sceneChangeDetection() {
}
/**
- * Set the sceneChangeDetection value.
+ * Set whether or not the encoder should insert key frames at scene changes. If not specified, the default is false. This flag should be set to true only when the encoder is being configured to produce a single output video.
*
* @param sceneChangeDetection the sceneChangeDetection value to set
* @return the H264Video object itself.
@@ -62,7 +62,7 @@ public H264Video withSceneChangeDetection(Boolean sceneChangeDetection) {
}
/**
- * Get the complexity value.
+ * Get tells the encoder how to choose its encoding settings. The default value is Balanced. Possible values include: 'Speed', 'Balanced', 'Quality'.
*
* @return the complexity value
*/
@@ -71,7 +71,7 @@ public H264Complexity complexity() {
}
/**
- * Set the complexity value.
+ * Set tells the encoder how to choose its encoding settings. The default value is Balanced. Possible values include: 'Speed', 'Balanced', 'Quality'.
*
* @param complexity the complexity value to set
* @return the H264Video object itself.
@@ -82,7 +82,7 @@ public H264Video withComplexity(H264Complexity complexity) {
}
/**
- * Get the layers value.
+ * Get the collection of output H.264 layers to be produced by the encoder.
*
* @return the layers value
*/
@@ -91,7 +91,7 @@ public List layers() {
}
/**
- * Set the layers value.
+ * Set the collection of output H.264 layers to be produced by the encoder.
*
* @param layers the layers value to set
* @return the H264Video object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Hls.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Hls.java
index 34843aac6dcd..e2e75e7fdb5d 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Hls.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Hls.java
@@ -21,7 +21,7 @@ public class Hls {
private Integer fragmentsPerTsSegment;
/**
- * Get the fragmentsPerTsSegment value.
+ * Get the amount of fragments per HTTP Live Streaming (HLS) segment.
*
* @return the fragmentsPerTsSegment value
*/
@@ -30,7 +30,7 @@ public Integer fragmentsPerTsSegment() {
}
/**
- * Set the fragmentsPerTsSegment value.
+ * Set the amount of fragments per HTTP Live Streaming (HLS) segment.
*
* @param fragmentsPerTsSegment the fragmentsPerTsSegment value to set
* @return the Hls object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/IPAccessControl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/IPAccessControl.java
index b355fff76385..e9a19be0c4a3 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/IPAccessControl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/IPAccessControl.java
@@ -22,7 +22,7 @@ public class IPAccessControl {
private List allow;
/**
- * Get the allow value.
+ * Get the IP allow list.
*
* @return the allow value
*/
@@ -31,7 +31,7 @@ public List allow() {
}
/**
- * Set the allow value.
+ * Set the IP allow list.
*
* @param allow the allow value to set
* @return the IPAccessControl object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/IPRange.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/IPRange.java
index d79107eadee2..8cc4dbc7e55c 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/IPRange.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/IPRange.java
@@ -33,7 +33,7 @@ public class IPRange {
private Integer subnetPrefixLength;
/**
- * Get the name value.
+ * Get the friendly name for the IP address range.
*
* @return the name value
*/
@@ -42,7 +42,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set the friendly name for the IP address range.
*
* @param name the name value to set
* @return the IPRange object itself.
@@ -53,7 +53,7 @@ public IPRange withName(String name) {
}
/**
- * Get the address value.
+ * Get the IP address.
*
* @return the address value
*/
@@ -62,7 +62,7 @@ public String address() {
}
/**
- * Set the address value.
+ * Set the IP address.
*
* @param address the address value to set
* @return the IPRange object itself.
@@ -73,7 +73,7 @@ public IPRange withAddress(String address) {
}
/**
- * Get the subnetPrefixLength value.
+ * Get the subnet mask prefix length (see CIDR notation).
*
* @return the subnetPrefixLength value
*/
@@ -82,7 +82,7 @@ public Integer subnetPrefixLength() {
}
/**
- * Set the subnetPrefixLength value.
+ * Set the subnet mask prefix length (see CIDR notation).
*
* @param subnetPrefixLength the subnetPrefixLength value to set
* @return the IPRange object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Image.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Image.java
index 725c1d5a287a..d4cfe1a6b1f7 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Image.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Image.java
@@ -54,7 +54,7 @@ public class Image extends Video {
private String range;
/**
- * Get the start value.
+ * Get the position in the input video from where to start generating thumbnails. The value can be in absolute timestamp (ISO 8601, e.g: PT05S), or a frame count (For example, 10 for the 10th frame), or a relative value (For example, 1%). Also supports a macro {Best}, which tells the encoder to select the best thumbnail from the first few seconds of the video.
*
* @return the start value
*/
@@ -63,7 +63,7 @@ public String start() {
}
/**
- * Set the start value.
+ * Set the position in the input video from where to start generating thumbnails. The value can be in absolute timestamp (ISO 8601, e.g: PT05S), or a frame count (For example, 10 for the 10th frame), or a relative value (For example, 1%). Also supports a macro {Best}, which tells the encoder to select the best thumbnail from the first few seconds of the video.
*
* @param start the start value to set
* @return the Image object itself.
@@ -74,7 +74,7 @@ public Image withStart(String start) {
}
/**
- * Get the step value.
+ * Get the intervals at which thumbnails are generated. The value can be in absolute timestamp (ISO 8601, e.g: PT05S for one image every 5 seconds), or a frame count (For example, 30 for every 30 frames), or a relative value (For example, 1%).
*
* @return the step value
*/
@@ -83,7 +83,7 @@ public String step() {
}
/**
- * Set the step value.
+ * Set the intervals at which thumbnails are generated. The value can be in absolute timestamp (ISO 8601, e.g: PT05S for one image every 5 seconds), or a frame count (For example, 30 for every 30 frames), or a relative value (For example, 1%).
*
* @param step the step value to set
* @return the Image object itself.
@@ -94,7 +94,7 @@ public Image withStep(String step) {
}
/**
- * Get the range value.
+ * Get the position in the input video at which to stop generating thumbnails. The value can be in absolute timestamp (ISO 8601, e.g: PT5M30S to stop at 5 minutes and 30 seconds), or a frame count (For example, 300 to stop at the 300th frame), or a relative value (For example, 100%).
*
* @return the range value
*/
@@ -103,7 +103,7 @@ public String range() {
}
/**
- * Set the range value.
+ * Set the position in the input video at which to stop generating thumbnails. The value can be in absolute timestamp (ISO 8601, e.g: PT5M30S to stop at 5 minutes and 30 seconds), or a frame count (For example, 300 to stop at the 300th frame), or a relative value (For example, 100%).
*
* @param range the range value to set
* @return the Image object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobError.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobError.java
index 9cbe76340522..3768f8cd6c6b 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobError.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobError.java
@@ -53,7 +53,7 @@ public class JobError {
private List details;
/**
- * Get the code value.
+ * Get error code describing the error. Possible values include: 'ServiceError', 'ServiceTransientError', 'DownloadNotAccessible', 'DownloadTransientError', 'UploadNotAccessible', 'UploadTransientError', 'ConfigurationUnsupported', 'ContentMalformed', 'ContentUnsupported'.
*
* @return the code value
*/
@@ -62,7 +62,7 @@ public JobErrorCode code() {
}
/**
- * Get the message value.
+ * Get a human-readable language-dependent representation of the error.
*
* @return the message value
*/
@@ -71,7 +71,7 @@ public String message() {
}
/**
- * Get the category value.
+ * Get helps with categorization of errors. Possible values include: 'Service', 'Download', 'Upload', 'Configuration', 'Content'.
*
* @return the category value
*/
@@ -80,7 +80,7 @@ public JobErrorCategory category() {
}
/**
- * Get the retry value.
+ * Get indicates that it may be possible to retry the Job. If retry is unsuccessful, please contact Azure support via Azure Portal. Possible values include: 'DoNotRetry', 'MayRetry'.
*
* @return the retry value
*/
@@ -89,7 +89,7 @@ public JobRetry retry() {
}
/**
- * Get the details value.
+ * Get an array of details about specific errors that led to this reported error.
*
* @return the details value
*/
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobErrorDetail.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobErrorDetail.java
index 22ec26ed6c7e..985a26c0e5df 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobErrorDetail.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobErrorDetail.java
@@ -27,7 +27,7 @@ public class JobErrorDetail {
private String message;
/**
- * Get the code value.
+ * Get code describing the error detail.
*
* @return the code value
*/
@@ -36,7 +36,7 @@ public String code() {
}
/**
- * Get the message value.
+ * Get a human-readable representation of the error.
*
* @return the message value
*/
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInput.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInput.java
index 8e5bf4f75809..972947e72e2d 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInput.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInput.java
@@ -35,7 +35,7 @@ public class JobInput {
private String label;
/**
- * Get the label value.
+ * Get a label that is assigned to a JobInput, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
*
* @return the label value
*/
@@ -44,7 +44,7 @@ public String label() {
}
/**
- * Set the label value.
+ * Set a label that is assigned to a JobInput, that is used to satisfy a reference used in the Transform. For example, a Transform can be authored so as to take an image file with the label 'xyz' and apply it as an overlay onto the input video before it is encoded. When submitting a Job, exactly one of the JobInputs should be the image file, and it should have the label 'xyz'.
*
* @param label the label value to set
* @return the JobInput object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputAsset.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputAsset.java
index ad143666fa80..27c69e7d8c15 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputAsset.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputAsset.java
@@ -25,7 +25,7 @@ public class JobInputAsset extends JobInputClip {
private String assetName;
/**
- * Get the assetName value.
+ * Get the name of the input Asset.
*
* @return the assetName value
*/
@@ -34,7 +34,7 @@ public String assetName() {
}
/**
- * Set the assetName value.
+ * Set the name of the input Asset.
*
* @param assetName the assetName value to set
* @return the JobInputAsset object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputClip.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputClip.java
index c8aaab645c1e..c01195f49092 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputClip.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputClip.java
@@ -31,7 +31,7 @@ public class JobInputClip extends JobInput {
private List files;
/**
- * Get the files value.
+ * Get list of files. Required for JobInputHttp.
*
* @return the files value
*/
@@ -40,7 +40,7 @@ public List files() {
}
/**
- * Set the files value.
+ * Set list of files. Required for JobInputHttp.
*
* @param files the files value to set
* @return the JobInputClip object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputHttp.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputHttp.java
index a90d41f6f85a..a974c10d9214 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputHttp.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputHttp.java
@@ -27,7 +27,7 @@ public class JobInputHttp extends JobInputClip {
private String baseUri;
/**
- * Get the baseUri value.
+ * Get base URI for HTTPS job input. It will be concatenated with provided file names. If no base uri is given, then the provided file list is assumed to be fully qualified uris.
*
* @return the baseUri value
*/
@@ -36,7 +36,7 @@ public String baseUri() {
}
/**
- * Set the baseUri value.
+ * Set base URI for HTTPS job input. It will be concatenated with provided file names. If no base uri is given, then the provided file list is assumed to be fully qualified uris.
*
* @param baseUri the baseUri value to set
* @return the JobInputHttp object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputs.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputs.java
index e7d07a207012..7f7ed1371d75 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputs.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobInputs.java
@@ -26,7 +26,7 @@ public class JobInputs extends JobInput {
private List inputs;
/**
- * Get the inputs value.
+ * Get list of inputs to a Job.
*
* @return the inputs value
*/
@@ -35,7 +35,7 @@ public List inputs() {
}
/**
- * Set the inputs value.
+ * Set list of inputs to a Job.
*
* @param inputs the inputs value to set
* @return the JobInputs object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobOutput.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobOutput.java
index 565ee5035b82..28602ca65666 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobOutput.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobOutput.java
@@ -47,7 +47,7 @@ public class JobOutput {
private int progress;
/**
- * Get the error value.
+ * Get if the JobOutput is in the Error state, it contains the details of the error.
*
* @return the error value
*/
@@ -56,7 +56,7 @@ public JobError error() {
}
/**
- * Get the state value.
+ * Get describes the state of the JobOutput. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled'.
*
* @return the state value
*/
@@ -65,7 +65,7 @@ public JobState state() {
}
/**
- * Get the progress value.
+ * Get if the JobOutput is in a Processing state, this contains the job completion percentage. The value is an estimate and not intended to be used to predict job completion times. To determine if the JobOutput is complete, use the State property.
*
* @return the progress value
*/
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobOutputAsset.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobOutputAsset.java
index de6561806dd9..a0fbfb9da841 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobOutputAsset.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JobOutputAsset.java
@@ -25,7 +25,7 @@ public class JobOutputAsset extends JobOutput {
private String assetName;
/**
- * Get the assetName value.
+ * Get the name of the output Asset.
*
* @return the assetName value
*/
@@ -34,7 +34,7 @@ public String assetName() {
}
/**
- * Set the assetName value.
+ * Set the name of the output Asset.
*
* @param assetName the assetName value to set
* @return the JobOutputAsset object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JpgImage.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JpgImage.java
index a101e4b097d5..070dc99f9d32 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JpgImage.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JpgImage.java
@@ -27,7 +27,7 @@ public class JpgImage extends Image {
private List layers;
/**
- * Get the layers value.
+ * Get a collection of output JPEG image layers to be produced by the encoder.
*
* @return the layers value
*/
@@ -36,7 +36,7 @@ public List layers() {
}
/**
- * Set the layers value.
+ * Set a collection of output JPEG image layers to be produced by the encoder.
*
* @param layers the layers value to set
* @return the JpgImage object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JpgLayer.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JpgLayer.java
index fbd1be75a895..2ffd07b76762 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JpgLayer.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/JpgLayer.java
@@ -26,7 +26,7 @@ public class JpgLayer extends Layer {
private Integer quality;
/**
- * Get the quality value.
+ * Get the compression quality of the JPEG output. Range is from 0-100 and the default is 70.
*
* @return the quality value
*/
@@ -35,7 +35,7 @@ public Integer quality() {
}
/**
- * Set the quality value.
+ * Set the compression quality of the JPEG output. Range is from 0-100 and the default is 70.
*
* @param quality the quality value to set
* @return the JpgLayer object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Layer.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Layer.java
index 5ebbf66ee3f3..bb19e652b3f6 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Layer.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Layer.java
@@ -50,7 +50,7 @@ public class Layer {
private String label;
/**
- * Get the width value.
+ * Get the width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in width as the input.
*
* @return the width value
*/
@@ -59,7 +59,7 @@ public String width() {
}
/**
- * Set the width value.
+ * Set the width of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in width as the input.
*
* @param width the width value to set
* @return the Layer object itself.
@@ -70,7 +70,7 @@ public Layer withWidth(String width) {
}
/**
- * Get the height value.
+ * Get the height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in height as the input.
*
* @return the height value
*/
@@ -79,7 +79,7 @@ public String height() {
}
/**
- * Set the height value.
+ * Set the height of the output video for this layer. The value can be absolute (in pixels) or relative (in percentage). For example 50% means the output video has half as many pixels in height as the input.
*
* @param height the height value to set
* @return the Layer object itself.
@@ -90,7 +90,7 @@ public Layer withHeight(String height) {
}
/**
- * Get the label value.
+ * Get the alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
*
* @return the label value
*/
@@ -99,7 +99,7 @@ public String label() {
}
/**
- * Set the label value.
+ * Set the alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.
*
* @param label the label value to set
* @return the Layer object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ListContainerSasInput.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ListContainerSasInput.java
index a71a96acc3fe..272c1a35967c 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ListContainerSasInput.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ListContainerSasInput.java
@@ -30,7 +30,7 @@ public class ListContainerSasInput {
private DateTime expiryTime;
/**
- * Get the permissions value.
+ * Get the permissions to set on the SAS URL. Possible values include: 'Read', 'ReadWrite', 'ReadWriteDelete'.
*
* @return the permissions value
*/
@@ -39,7 +39,7 @@ public AssetContainerPermission permissions() {
}
/**
- * Set the permissions value.
+ * Set the permissions to set on the SAS URL. Possible values include: 'Read', 'ReadWrite', 'ReadWriteDelete'.
*
* @param permissions the permissions value to set
* @return the ListContainerSasInput object itself.
@@ -50,7 +50,7 @@ public ListContainerSasInput withPermissions(AssetContainerPermission permission
}
/**
- * Get the expiryTime value.
+ * Get the SAS URL expiration time. This must be less than 24 hours from the current time.
*
* @return the expiryTime value
*/
@@ -59,7 +59,7 @@ public DateTime expiryTime() {
}
/**
- * Set the expiryTime value.
+ * Set the SAS URL expiration time. This must be less than 24 hours from the current time.
*
* @param expiryTime the expiryTime value to set
* @return the ListContainerSasInput object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventActionInput.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventActionInput.java
index bd0c16f42499..098412ced902 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventActionInput.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventActionInput.java
@@ -21,7 +21,7 @@ public class LiveEventActionInput {
private Boolean removeOutputsOnStop;
/**
- * Get the removeOutputsOnStop value.
+ * Get the flag indicates if remove LiveOutputs on Stop.
*
* @return the removeOutputsOnStop value
*/
@@ -30,7 +30,7 @@ public Boolean removeOutputsOnStop() {
}
/**
- * Set the removeOutputsOnStop value.
+ * Set the flag indicates if remove LiveOutputs on Stop.
*
* @param removeOutputsOnStop the removeOutputsOnStop value to set
* @return the LiveEventActionInput object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventEncoding.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventEncoding.java
index 0f1465162c4a..a3297517749b 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventEncoding.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventEncoding.java
@@ -28,7 +28,7 @@ public class LiveEventEncoding {
private String presetName;
/**
- * Get the encodingType value.
+ * Get the encoding type for Live Event. Possible values include: 'None', 'Basic'.
*
* @return the encodingType value
*/
@@ -37,7 +37,7 @@ public LiveEventEncodingType encodingType() {
}
/**
- * Set the encodingType value.
+ * Set the encoding type for Live Event. Possible values include: 'None', 'Basic'.
*
* @param encodingType the encodingType value to set
* @return the LiveEventEncoding object itself.
@@ -48,7 +48,7 @@ public LiveEventEncoding withEncodingType(LiveEventEncodingType encodingType) {
}
/**
- * Get the presetName value.
+ * Get the encoding preset name.
*
* @return the presetName value
*/
@@ -57,7 +57,7 @@ public String presetName() {
}
/**
- * Set the presetName value.
+ * Set the encoding preset name.
*
* @param presetName the presetName value to set
* @return the LiveEventEncoding object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventEndpoint.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventEndpoint.java
index 4f7faef5e4c5..486df1f36f5d 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventEndpoint.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventEndpoint.java
@@ -27,7 +27,7 @@ public class LiveEventEndpoint {
private String url;
/**
- * Get the protocol value.
+ * Get the endpoint protocol.
*
* @return the protocol value
*/
@@ -36,7 +36,7 @@ public String protocol() {
}
/**
- * Set the protocol value.
+ * Set the endpoint protocol.
*
* @param protocol the protocol value to set
* @return the LiveEventEndpoint object itself.
@@ -47,7 +47,7 @@ public LiveEventEndpoint withProtocol(String protocol) {
}
/**
- * Get the url value.
+ * Get the endpoint URL.
*
* @return the url value
*/
@@ -56,7 +56,7 @@ public String url() {
}
/**
- * Set the url value.
+ * Set the endpoint URL.
*
* @param url the url value to set
* @return the LiveEventEndpoint object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventInput.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventInput.java
index bee1207bcb8e..2dbd57b9b984 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventInput.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventInput.java
@@ -41,7 +41,7 @@ public class LiveEventInput {
private List endpoints;
/**
- * Get the streamingProtocol value.
+ * Get the streaming protocol for the Live Event. Possible values include: 'FragmentedMP4', 'RTMP'.
*
* @return the streamingProtocol value
*/
@@ -50,7 +50,7 @@ public LiveEventInputProtocol streamingProtocol() {
}
/**
- * Set the streamingProtocol value.
+ * Set the streaming protocol for the Live Event. Possible values include: 'FragmentedMP4', 'RTMP'.
*
* @param streamingProtocol the streamingProtocol value to set
* @return the LiveEventInput object itself.
@@ -61,7 +61,7 @@ public LiveEventInput withStreamingProtocol(LiveEventInputProtocol streamingProt
}
/**
- * Get the keyFrameIntervalDuration value.
+ * Get iSO 8601 timespan duration of the key frame interval duration.
*
* @return the keyFrameIntervalDuration value
*/
@@ -70,7 +70,7 @@ public String keyFrameIntervalDuration() {
}
/**
- * Set the keyFrameIntervalDuration value.
+ * Set iSO 8601 timespan duration of the key frame interval duration.
*
* @param keyFrameIntervalDuration the keyFrameIntervalDuration value to set
* @return the LiveEventInput object itself.
@@ -81,7 +81,7 @@ public LiveEventInput withKeyFrameIntervalDuration(String keyFrameIntervalDurati
}
/**
- * Get the accessToken value.
+ * Get the access token.
*
* @return the accessToken value
*/
@@ -90,7 +90,7 @@ public String accessToken() {
}
/**
- * Set the accessToken value.
+ * Set the access token.
*
* @param accessToken the accessToken value to set
* @return the LiveEventInput object itself.
@@ -101,7 +101,7 @@ public LiveEventInput withAccessToken(String accessToken) {
}
/**
- * Get the endpoints value.
+ * Get the input endpoints for the Live Event.
*
* @return the endpoints value
*/
@@ -110,7 +110,7 @@ public List endpoints() {
}
/**
- * Set the endpoints value.
+ * Set the input endpoints for the Live Event.
*
* @param endpoints the endpoints value to set
* @return the LiveEventInput object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventPreview.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventPreview.java
index 10bd163762f1..035a5b837043 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventPreview.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventPreview.java
@@ -40,7 +40,7 @@ public class LiveEventPreview {
private String streamingPolicyName;
/**
- * Get the endpoints value.
+ * Get the endpoints for preview.
*
* @return the endpoints value
*/
@@ -49,7 +49,7 @@ public List endpoints() {
}
/**
- * Set the endpoints value.
+ * Set the endpoints for preview.
*
* @param endpoints the endpoints value to set
* @return the LiveEventPreview object itself.
@@ -60,7 +60,7 @@ public LiveEventPreview withEndpoints(List endpoints) {
}
/**
- * Get the accessControl value.
+ * Get the access control for LiveEvent preview.
*
* @return the accessControl value
*/
@@ -69,7 +69,7 @@ public LiveEventPreviewAccessControl accessControl() {
}
/**
- * Set the accessControl value.
+ * Set the access control for LiveEvent preview.
*
* @param accessControl the accessControl value to set
* @return the LiveEventPreview object itself.
@@ -80,7 +80,7 @@ public LiveEventPreview withAccessControl(LiveEventPreviewAccessControl accessCo
}
/**
- * Get the previewLocator value.
+ * Get the preview locator Guid.
*
* @return the previewLocator value
*/
@@ -89,7 +89,7 @@ public String previewLocator() {
}
/**
- * Set the previewLocator value.
+ * Set the preview locator Guid.
*
* @param previewLocator the previewLocator value to set
* @return the LiveEventPreview object itself.
@@ -100,7 +100,7 @@ public LiveEventPreview withPreviewLocator(String previewLocator) {
}
/**
- * Get the streamingPolicyName value.
+ * Get the name of streaming policy used for LiveEvent preview.
*
* @return the streamingPolicyName value
*/
@@ -109,7 +109,7 @@ public String streamingPolicyName() {
}
/**
- * Set the streamingPolicyName value.
+ * Set the name of streaming policy used for LiveEvent preview.
*
* @param streamingPolicyName the streamingPolicyName value to set
* @return the LiveEventPreview object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventPreviewAccessControl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventPreviewAccessControl.java
index c758e6535b33..2527e53efb3a 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventPreviewAccessControl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/LiveEventPreviewAccessControl.java
@@ -21,7 +21,7 @@ public class LiveEventPreviewAccessControl {
private IPAccessControl ip;
/**
- * Get the ip value.
+ * Get the IP access control properties.
*
* @return the ip value
*/
@@ -30,7 +30,7 @@ public IPAccessControl ip() {
}
/**
- * Set the ip value.
+ * Set the IP access control properties.
*
* @param ip the ip value to set
* @return the LiveEventPreviewAccessControl object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/MediaService.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/MediaService.java
index 8e338983717f..14d9008e1615 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/MediaService.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/MediaService.java
@@ -10,12 +10,12 @@
import com.microsoft.azure.arm.model.HasInner;
import com.microsoft.azure.arm.resources.models.Resource;
+import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasResourceGroup;
import com.microsoft.azure.arm.model.Refreshable;
import com.microsoft.azure.arm.model.Updatable;
import com.microsoft.azure.arm.model.Appliable;
import com.microsoft.azure.arm.model.Creatable;
-import com.microsoft.azure.arm.resources.models.GroupableResourceCore;
import com.microsoft.azure.arm.resources.models.HasManager;
import com.microsoft.azure.management.mediaservices.v2018_30_30_preview.implementation.MediaManager;
import java.util.UUID;
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/MultiBitrateFormat.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/MultiBitrateFormat.java
index 07167f4f6f88..1fa5412715d3 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/MultiBitrateFormat.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/MultiBitrateFormat.java
@@ -36,7 +36,7 @@ public class MultiBitrateFormat extends Format {
private List outputFiles;
/**
- * Get the outputFiles value.
+ * Get the list of output files to produce. Each entry in the list is a set of audio and video layer labels to be muxed together .
*
* @return the outputFiles value
*/
@@ -45,7 +45,7 @@ public List outputFiles() {
}
/**
- * Set the outputFiles value.
+ * Set the list of output files to produce. Each entry in the list is a set of audio and video layer labels to be muxed together .
*
* @param outputFiles the outputFiles value to set
* @return the MultiBitrateFormat object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/NoEncryption.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/NoEncryption.java
index 35970a97db54..497c93be0e71 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/NoEncryption.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/NoEncryption.java
@@ -21,7 +21,7 @@ public class NoEncryption {
private EnabledProtocols enabledProtocols;
/**
- * Get the enabledProtocols value.
+ * Get representing supported protocols.
*
* @return the enabledProtocols value
*/
@@ -30,7 +30,7 @@ public EnabledProtocols enabledProtocols() {
}
/**
- * Set the enabledProtocols value.
+ * Set representing supported protocols.
*
* @param enabledProtocols the enabledProtocols value to set
* @return the NoEncryption object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ODataError.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ODataError.java
index 527f4359a2fc..c05c93e829c2 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ODataError.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/ODataError.java
@@ -41,7 +41,7 @@ public class ODataError {
private List details;
/**
- * Get the code value.
+ * Get a language-independent error name.
*
* @return the code value
*/
@@ -50,7 +50,7 @@ public String code() {
}
/**
- * Set the code value.
+ * Set a language-independent error name.
*
* @param code the code value to set
* @return the ODataError object itself.
@@ -61,7 +61,7 @@ public ODataError withCode(String code) {
}
/**
- * Get the message value.
+ * Get the error message.
*
* @return the message value
*/
@@ -70,7 +70,7 @@ public String message() {
}
/**
- * Set the message value.
+ * Set the error message.
*
* @param message the message value to set
* @return the ODataError object itself.
@@ -81,7 +81,7 @@ public ODataError withMessage(String message) {
}
/**
- * Get the target value.
+ * Get the target of the error (for example, the name of the property in error).
*
* @return the target value
*/
@@ -90,7 +90,7 @@ public String target() {
}
/**
- * Set the target value.
+ * Set the target of the error (for example, the name of the property in error).
*
* @param target the target value to set
* @return the ODataError object itself.
@@ -101,7 +101,7 @@ public ODataError withTarget(String target) {
}
/**
- * Get the details value.
+ * Get the error details.
*
* @return the details value
*/
@@ -110,7 +110,7 @@ public List details() {
}
/**
- * Set the details value.
+ * Set the error details.
*
* @param details the details value to set
* @return the ODataError object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/OperationDisplay.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/OperationDisplay.java
index 7ee6ad8a77b1..f5fa68cb7221 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/OperationDisplay.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/OperationDisplay.java
@@ -39,7 +39,7 @@ public class OperationDisplay {
private String description;
/**
- * Get the provider value.
+ * Get the service provider.
*
* @return the provider value
*/
@@ -48,7 +48,7 @@ public String provider() {
}
/**
- * Set the provider value.
+ * Set the service provider.
*
* @param provider the provider value to set
* @return the OperationDisplay object itself.
@@ -59,7 +59,7 @@ public OperationDisplay withProvider(String provider) {
}
/**
- * Get the resource value.
+ * Get resource on which the operation is performed.
*
* @return the resource value
*/
@@ -68,7 +68,7 @@ public String resource() {
}
/**
- * Set the resource value.
+ * Set resource on which the operation is performed.
*
* @param resource the resource value to set
* @return the OperationDisplay object itself.
@@ -79,7 +79,7 @@ public OperationDisplay withResource(String resource) {
}
/**
- * Get the operation value.
+ * Get the operation type.
*
* @return the operation value
*/
@@ -88,7 +88,7 @@ public String operation() {
}
/**
- * Set the operation value.
+ * Set the operation type.
*
* @param operation the operation value to set
* @return the OperationDisplay object itself.
@@ -99,7 +99,7 @@ public OperationDisplay withOperation(String operation) {
}
/**
- * Get the description value.
+ * Get the operation description.
*
* @return the description value
*/
@@ -108,7 +108,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set the operation description.
*
* @param description the description value to set
* @return the OperationDisplay object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/OutputFile.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/OutputFile.java
index 7bc7a2d73869..e97bd4a9273a 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/OutputFile.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/OutputFile.java
@@ -27,7 +27,7 @@ public class OutputFile {
private List labels;
/**
- * Get the labels value.
+ * Get the list of labels that describe how the encoder should multiplex video and audio into an output file. For example, if the encoder is producing two video layers with labels v1 and v2, and one audio layer with label a1, then an array like '[v1, a1]' tells the encoder to produce an output file with the video track represented by v1 and the audio track represented by a1.
*
* @return the labels value
*/
@@ -36,7 +36,7 @@ public List labels() {
}
/**
- * Set the labels value.
+ * Set the list of labels that describe how the encoder should multiplex video and audio into an output file. For example, if the encoder is producing two video layers with labels v1 and v2, and one audio layer with label a1, then an array like '[v1, a1]' tells the encoder to produce an output file with the video track represented by v1 and the audio track represented by a1.
*
* @param labels the labels value to set
* @return the OutputFile object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Overlay.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Overlay.java
index 23bb6c507b3e..9a2a768fb9e6 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Overlay.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Overlay.java
@@ -78,7 +78,7 @@ public class Overlay {
private Double audioGainLevel;
/**
- * Get the inputLabel value.
+ * Get the label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
*
* @return the inputLabel value
*/
@@ -87,7 +87,7 @@ public String inputLabel() {
}
/**
- * Set the inputLabel value.
+ * Set the label of the job input which is to be used as an overlay. The Input must specify exactly one file. You can specify an image file in JPG or PNG formats, or an audio file (such as a WAV, MP3, WMA or M4A file), or a video file. See https://aka.ms/mesformats for the complete list of supported audio and video file formats.
*
* @param inputLabel the inputLabel value to set
* @return the Overlay object itself.
@@ -98,7 +98,7 @@ public Overlay withInputLabel(String inputLabel) {
}
/**
- * Get the start value.
+ * Get the start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds in to the input video. If not specified the overlay starts from the beginning of the input video.
*
* @return the start value
*/
@@ -107,7 +107,7 @@ public Period start() {
}
/**
- * Set the start value.
+ * Set the start position, with reference to the input video, at which the overlay starts. The value should be in ISO 8601 format. For example, PT05S to start the overlay at 5 seconds in to the input video. If not specified the overlay starts from the beginning of the input video.
*
* @param start the start value to set
* @return the Overlay object itself.
@@ -118,7 +118,7 @@ public Overlay withStart(Period start) {
}
/**
- * Get the end value.
+ * Get the position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
*
* @return the end value
*/
@@ -127,7 +127,7 @@ public Period end() {
}
/**
- * Set the end value.
+ * Set the position in the input video at which the overlay ends. The value should be in ISO 8601 duration format. For example, PT30S to end the overlay at 30 seconds in to the input video. If not specified the overlay will be applied until the end of the input video if inputLoop is true. Else, if inputLoop is false, then overlay will last as long as the duration of the overlay media.
*
* @param end the end value to set
* @return the Overlay object itself.
@@ -138,7 +138,7 @@ public Overlay withEnd(Period end) {
}
/**
- * Get the fadeInDuration value.
+ * Get the duration over which the overlay fades in onto the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade in (same as PT0S).
*
* @return the fadeInDuration value
*/
@@ -147,7 +147,7 @@ public Period fadeInDuration() {
}
/**
- * Set the fadeInDuration value.
+ * Set the duration over which the overlay fades in onto the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade in (same as PT0S).
*
* @param fadeInDuration the fadeInDuration value to set
* @return the Overlay object itself.
@@ -158,7 +158,7 @@ public Overlay withFadeInDuration(Period fadeInDuration) {
}
/**
- * Get the fadeOutDuration value.
+ * Get the duration over which the overlay fades out of the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade out (same as PT0S).
*
* @return the fadeOutDuration value
*/
@@ -167,7 +167,7 @@ public Period fadeOutDuration() {
}
/**
- * Set the fadeOutDuration value.
+ * Set the duration over which the overlay fades out of the input video. The value should be in ISO 8601 duration format. If not specified the default behavior is to have no fade out (same as PT0S).
*
* @param fadeOutDuration the fadeOutDuration value to set
* @return the Overlay object itself.
@@ -178,7 +178,7 @@ public Overlay withFadeOutDuration(Period fadeOutDuration) {
}
/**
- * Get the audioGainLevel value.
+ * Get the gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
*
* @return the audioGainLevel value
*/
@@ -187,7 +187,7 @@ public Double audioGainLevel() {
}
/**
- * Set the audioGainLevel value.
+ * Set the gain level of audio in the overlay. The value should be in the range [0, 1.0]. The default is 1.0.
*
* @param audioGainLevel the audioGainLevel value to set
* @return the Overlay object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/PngImage.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/PngImage.java
index 242997f440e8..ca3c3544c036 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/PngImage.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/PngImage.java
@@ -27,7 +27,7 @@ public class PngImage extends Image {
private List layers;
/**
- * Get the layers value.
+ * Get a collection of output PNG image layers to be produced by the encoder.
*
* @return the layers value
*/
@@ -36,7 +36,7 @@ public List layers() {
}
/**
- * Set the layers value.
+ * Set a collection of output PNG image layers to be produced by the encoder.
*
* @param layers the layers value to set
* @return the PngImage object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Provider.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Provider.java
index 196c09719af2..4171ff26579f 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Provider.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Provider.java
@@ -21,7 +21,7 @@ public class Provider {
private String providerName;
/**
- * Get the providerName value.
+ * Get the provider name.
*
* @return the providerName value
*/
@@ -30,7 +30,7 @@ public String providerName() {
}
/**
- * Set the providerName value.
+ * Set the provider name.
*
* @param providerName the providerName value to set
* @return the Provider object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Rectangle.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Rectangle.java
index 280ba1e87558..bc27da4cb7e9 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Rectangle.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Rectangle.java
@@ -48,7 +48,7 @@ public class Rectangle {
private String height;
/**
- * Get the left value.
+ * Get the number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
*
* @return the left value
*/
@@ -57,7 +57,7 @@ public String left() {
}
/**
- * Set the left value.
+ * Set the number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
*
* @param left the left value to set
* @return the Rectangle object itself.
@@ -68,7 +68,7 @@ public Rectangle withLeft(String left) {
}
/**
- * Get the top value.
+ * Get the number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
*
* @return the top value
*/
@@ -77,7 +77,7 @@ public String top() {
}
/**
- * Set the top value.
+ * Set the number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
*
* @param top the top value to set
* @return the Rectangle object itself.
@@ -88,7 +88,7 @@ public Rectangle withTop(String top) {
}
/**
- * Get the width value.
+ * Get the width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
*
* @return the width value
*/
@@ -97,7 +97,7 @@ public String width() {
}
/**
- * Set the width value.
+ * Set the width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
*
* @param width the width value to set
* @return the Rectangle object itself.
@@ -108,7 +108,7 @@ public Rectangle withWidth(String width) {
}
/**
- * Get the height value.
+ * Get the height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
*
* @return the height value
*/
@@ -117,7 +117,7 @@ public String height() {
}
/**
- * Set the height value.
+ * Set the height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
*
* @param height the height value to set
* @return the Rectangle object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StandardEncoderPreset.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StandardEncoderPreset.java
index 28ca81d4f046..587d2e6f4250 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StandardEncoderPreset.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StandardEncoderPreset.java
@@ -40,7 +40,7 @@ public class StandardEncoderPreset extends Preset {
private List formats;
/**
- * Get the filters value.
+ * Get one or more filtering operations that are applied to the input media before encoding.
*
* @return the filters value
*/
@@ -49,7 +49,7 @@ public Filters filters() {
}
/**
- * Set the filters value.
+ * Set one or more filtering operations that are applied to the input media before encoding.
*
* @param filters the filters value to set
* @return the StandardEncoderPreset object itself.
@@ -60,7 +60,7 @@ public StandardEncoderPreset withFilters(Filters filters) {
}
/**
- * Get the codecs value.
+ * Get the list of codecs to be used when encoding the input video.
*
* @return the codecs value
*/
@@ -69,7 +69,7 @@ public List codecs() {
}
/**
- * Set the codecs value.
+ * Set the list of codecs to be used when encoding the input video.
*
* @param codecs the codecs value to set
* @return the StandardEncoderPreset object itself.
@@ -80,7 +80,7 @@ public StandardEncoderPreset withCodecs(List codecs) {
}
/**
- * Get the formats value.
+ * Get the list of outputs to be produced by the encoder.
*
* @return the formats value
*/
@@ -89,7 +89,7 @@ public List formats() {
}
/**
- * Set the formats value.
+ * Set the list of outputs to be produced by the encoder.
*
* @param formats the formats value to set
* @return the StandardEncoderPreset object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StorageAccount.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StorageAccount.java
index 285a2631d3ee..da0b2fc75bcd 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StorageAccount.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StorageAccount.java
@@ -32,7 +32,7 @@ public class StorageAccount {
private StorageAccountType type;
/**
- * Get the id value.
+ * Get the ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
*
* @return the id value
*/
@@ -41,7 +41,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set the ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.
*
* @param id the id value to set
* @return the StorageAccount object itself.
@@ -52,7 +52,7 @@ public StorageAccount withId(String id) {
}
/**
- * Get the type value.
+ * Get the type of the storage account. Possible values include: 'Primary', 'Secondary'.
*
* @return the type value
*/
@@ -61,7 +61,7 @@ public StorageAccountType type() {
}
/**
- * Set the type value.
+ * Set the type of the storage account. Possible values include: 'Primary', 'Secondary'.
*
* @param type the type value to set
* @return the StorageAccount object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingEndpointAccessControl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingEndpointAccessControl.java
index ae174f1e94a7..deb71e000fb6 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingEndpointAccessControl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingEndpointAccessControl.java
@@ -27,7 +27,7 @@ public class StreamingEndpointAccessControl {
private IPAccessControl ip;
/**
- * Get the akamai value.
+ * Get the access control of Akamai.
*
* @return the akamai value
*/
@@ -36,7 +36,7 @@ public AkamaiAccessControl akamai() {
}
/**
- * Set the akamai value.
+ * Set the access control of Akamai.
*
* @param akamai the akamai value to set
* @return the StreamingEndpointAccessControl object itself.
@@ -47,7 +47,7 @@ public StreamingEndpointAccessControl withAkamai(AkamaiAccessControl akamai) {
}
/**
- * Get the ip value.
+ * Get the IP access control of the StreamingEndpoint.
*
* @return the ip value
*/
@@ -56,7 +56,7 @@ public IPAccessControl ip() {
}
/**
- * Set the ip value.
+ * Set the IP access control of the StreamingEndpoint.
*
* @param ip the ip value to set
* @return the StreamingEndpointAccessControl object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingEntityScaleUnit.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingEntityScaleUnit.java
index 72185f200970..7962588c5daf 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingEntityScaleUnit.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingEntityScaleUnit.java
@@ -22,7 +22,7 @@ public class StreamingEntityScaleUnit {
private Integer scaleUnit;
/**
- * Get the scaleUnit value.
+ * Get the scale unit number of the StreamingEndpoint.
*
* @return the scaleUnit value
*/
@@ -31,7 +31,7 @@ public Integer scaleUnit() {
}
/**
- * Set the scaleUnit value.
+ * Set the scale unit number of the StreamingEndpoint.
*
* @param scaleUnit the scaleUnit value to set
* @return the StreamingEntityScaleUnit object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingLocatorContentKey.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingLocatorContentKey.java
index 2f5956a7ed87..62a1fde11039 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingLocatorContentKey.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingLocatorContentKey.java
@@ -54,7 +54,7 @@ public class StreamingLocatorContentKey {
private List tracks;
/**
- * Get the label value.
+ * Get label of Content Key.
*
* @return the label value
*/
@@ -63,7 +63,7 @@ public String label() {
}
/**
- * Set the label value.
+ * Set label of Content Key.
*
* @param label the label value to set
* @return the StreamingLocatorContentKey object itself.
@@ -74,7 +74,7 @@ public StreamingLocatorContentKey withLabel(String label) {
}
/**
- * Get the type value.
+ * Get encryption type of Content Key. Possible values include: 'CommonEncryptionCenc', 'CommonEncryptionCbcs', 'EnvelopeEncryption'.
*
* @return the type value
*/
@@ -83,7 +83,7 @@ public StreamingLocatorContentKeyType type() {
}
/**
- * Set the type value.
+ * Set encryption type of Content Key. Possible values include: 'CommonEncryptionCenc', 'CommonEncryptionCbcs', 'EnvelopeEncryption'.
*
* @param type the type value to set
* @return the StreamingLocatorContentKey object itself.
@@ -94,7 +94,7 @@ public StreamingLocatorContentKey withType(StreamingLocatorContentKeyType type)
}
/**
- * Get the id value.
+ * Get iD of Content Key.
*
* @return the id value
*/
@@ -103,7 +103,7 @@ public UUID id() {
}
/**
- * Set the id value.
+ * Set iD of Content Key.
*
* @param id the id value to set
* @return the StreamingLocatorContentKey object itself.
@@ -114,7 +114,7 @@ public StreamingLocatorContentKey withId(UUID id) {
}
/**
- * Get the value value.
+ * Get value of of Content Key.
*
* @return the value value
*/
@@ -123,7 +123,7 @@ public String value() {
}
/**
- * Set the value value.
+ * Set value of of Content Key.
*
* @param value the value value to set
* @return the StreamingLocatorContentKey object itself.
@@ -134,7 +134,7 @@ public StreamingLocatorContentKey withValue(String value) {
}
/**
- * Get the policyName value.
+ * Get contentKeyPolicy used by Content Key.
*
* @return the policyName value
*/
@@ -143,7 +143,7 @@ public String policyName() {
}
/**
- * Set the policyName value.
+ * Set contentKeyPolicy used by Content Key.
*
* @param policyName the policyName value to set
* @return the StreamingLocatorContentKey object itself.
@@ -154,7 +154,7 @@ public StreamingLocatorContentKey withPolicyName(String policyName) {
}
/**
- * Get the tracks value.
+ * Get tracks which use this Content Key.
*
* @return the tracks value
*/
@@ -163,7 +163,7 @@ public List tracks() {
}
/**
- * Set the tracks value.
+ * Set tracks which use this Content Key.
*
* @param tracks the tracks value to set
* @return the StreamingLocatorContentKey object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingLocatorUserDefinedContentKey.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingLocatorUserDefinedContentKey.java
index d1140ba89014..a6212c3951ce 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingLocatorUserDefinedContentKey.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingLocatorUserDefinedContentKey.java
@@ -35,7 +35,7 @@ public class StreamingLocatorUserDefinedContentKey {
private String value;
/**
- * Get the id value.
+ * Get iD of Content Key.
*
* @return the id value
*/
@@ -44,7 +44,7 @@ public UUID id() {
}
/**
- * Set the id value.
+ * Set iD of Content Key.
*
* @param id the id value to set
* @return the StreamingLocatorUserDefinedContentKey object itself.
@@ -55,7 +55,7 @@ public StreamingLocatorUserDefinedContentKey withId(UUID id) {
}
/**
- * Get the label value.
+ * Get the Content Key description.
*
* @return the label value
*/
@@ -64,7 +64,7 @@ public String label() {
}
/**
- * Set the label value.
+ * Set the Content Key description.
*
* @param label the label value to set
* @return the StreamingLocatorUserDefinedContentKey object itself.
@@ -75,7 +75,7 @@ public StreamingLocatorUserDefinedContentKey withLabel(String label) {
}
/**
- * Get the value value.
+ * Get the Content Key secret.
*
* @return the value value
*/
@@ -84,7 +84,7 @@ public String value() {
}
/**
- * Set the value value.
+ * Set the Content Key secret.
*
* @param value the value value to set
* @return the StreamingLocatorUserDefinedContentKey object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPath.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPath.java
index 9c2afcdef44e..ac39b4b177d0 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPath.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPath.java
@@ -36,7 +36,7 @@ public class StreamingPath {
private List paths;
/**
- * Get the streamingProtocol value.
+ * Get streaming protocol. Possible values include: 'Hls', 'Dash', 'SmoothStreaming', 'Download'.
*
* @return the streamingProtocol value
*/
@@ -45,7 +45,7 @@ public StreamingPolicyStreamingProtocol streamingProtocol() {
}
/**
- * Set the streamingProtocol value.
+ * Set streaming protocol. Possible values include: 'Hls', 'Dash', 'SmoothStreaming', 'Download'.
*
* @param streamingProtocol the streamingProtocol value to set
* @return the StreamingPath object itself.
@@ -56,7 +56,7 @@ public StreamingPath withStreamingProtocol(StreamingPolicyStreamingProtocol stre
}
/**
- * Get the encryptionScheme value.
+ * Get encryption scheme. Possible values include: 'NoEncryption', 'EnvelopeEncryption', 'CommonEncryptionCenc', 'CommonEncryptionCbcs'.
*
* @return the encryptionScheme value
*/
@@ -65,7 +65,7 @@ public EncryptionScheme encryptionScheme() {
}
/**
- * Set the encryptionScheme value.
+ * Set encryption scheme. Possible values include: 'NoEncryption', 'EnvelopeEncryption', 'CommonEncryptionCenc', 'CommonEncryptionCbcs'.
*
* @param encryptionScheme the encryptionScheme value to set
* @return the StreamingPath object itself.
@@ -76,7 +76,7 @@ public StreamingPath withEncryptionScheme(EncryptionScheme encryptionScheme) {
}
/**
- * Get the paths value.
+ * Get streaming paths for each protocol and encryptionScheme pair.
*
* @return the paths value
*/
@@ -85,7 +85,7 @@ public List paths() {
}
/**
- * Set the paths value.
+ * Set streaming paths for each protocol and encryptionScheme pair.
*
* @param paths the paths value to set
* @return the StreamingPath object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyContentKey.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyContentKey.java
index da959a84fb64..ba8f8adb2f43 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyContentKey.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyContentKey.java
@@ -35,7 +35,7 @@ public class StreamingPolicyContentKey {
private List tracks;
/**
- * Get the label value.
+ * Get label can be used to specify Content Key when creating Stremaing Locator.
*
* @return the label value
*/
@@ -44,7 +44,7 @@ public String label() {
}
/**
- * Set the label value.
+ * Set label can be used to specify Content Key when creating Stremaing Locator.
*
* @param label the label value to set
* @return the StreamingPolicyContentKey object itself.
@@ -55,7 +55,7 @@ public StreamingPolicyContentKey withLabel(String label) {
}
/**
- * Get the policyName value.
+ * Get policy used by Content Key.
*
* @return the policyName value
*/
@@ -64,7 +64,7 @@ public String policyName() {
}
/**
- * Set the policyName value.
+ * Set policy used by Content Key.
*
* @param policyName the policyName value to set
* @return the StreamingPolicyContentKey object itself.
@@ -75,7 +75,7 @@ public StreamingPolicyContentKey withPolicyName(String policyName) {
}
/**
- * Get the tracks value.
+ * Get tracks which use this content key.
*
* @return the tracks value
*/
@@ -84,7 +84,7 @@ public List tracks() {
}
/**
- * Set the tracks value.
+ * Set tracks which use this content key.
*
* @param tracks the tracks value to set
* @return the StreamingPolicyContentKey object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyContentKeys.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyContentKeys.java
index a4faa8c72cfe..7ccffcb49392 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyContentKeys.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyContentKeys.java
@@ -28,7 +28,7 @@ public class StreamingPolicyContentKeys {
private List keyToTrackMappings;
/**
- * Get the defaultKey value.
+ * Get default content key for an encryption scheme.
*
* @return the defaultKey value
*/
@@ -37,7 +37,7 @@ public DefaultKey defaultKey() {
}
/**
- * Set the defaultKey value.
+ * Set default content key for an encryption scheme.
*
* @param defaultKey the defaultKey value to set
* @return the StreamingPolicyContentKeys object itself.
@@ -48,7 +48,7 @@ public StreamingPolicyContentKeys withDefaultKey(DefaultKey defaultKey) {
}
/**
- * Get the keyToTrackMappings value.
+ * Get representing tracks needs sepearete content key.
*
* @return the keyToTrackMappings value
*/
@@ -57,7 +57,7 @@ public List keyToTrackMappings() {
}
/**
- * Set the keyToTrackMappings value.
+ * Set representing tracks needs sepearete content key.
*
* @param keyToTrackMappings the keyToTrackMappings value to set
* @return the StreamingPolicyContentKeys object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyFairPlayConfiguration.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyFairPlayConfiguration.java
index 39970475c093..1a9778f6e1e1 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyFairPlayConfiguration.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyFairPlayConfiguration.java
@@ -28,7 +28,7 @@ public class StreamingPolicyFairPlayConfiguration {
private boolean allowPersistentLicense;
/**
- * Get the customLicenseAcquisitionUrlTemplate value.
+ * Get the template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.
*
* @return the customLicenseAcquisitionUrlTemplate value
*/
@@ -37,7 +37,7 @@ public String customLicenseAcquisitionUrlTemplate() {
}
/**
- * Set the customLicenseAcquisitionUrlTemplate value.
+ * Set the template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.
*
* @param customLicenseAcquisitionUrlTemplate the customLicenseAcquisitionUrlTemplate value to set
* @return the StreamingPolicyFairPlayConfiguration object itself.
@@ -48,7 +48,7 @@ public StreamingPolicyFairPlayConfiguration withCustomLicenseAcquisitionUrlTempl
}
/**
- * Get the allowPersistentLicense value.
+ * Get all license to be persistent or not.
*
* @return the allowPersistentLicense value
*/
@@ -57,7 +57,7 @@ public boolean allowPersistentLicense() {
}
/**
- * Set the allowPersistentLicense value.
+ * Set all license to be persistent or not.
*
* @param allowPersistentLicense the allowPersistentLicense value to set
* @return the StreamingPolicyFairPlayConfiguration object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyPlayReadyConfiguration.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyPlayReadyConfiguration.java
index 13b7a2a86eb8..f827e8a71810 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyPlayReadyConfiguration.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyPlayReadyConfiguration.java
@@ -28,7 +28,7 @@ public class StreamingPolicyPlayReadyConfiguration {
private String playReadyCustomAttributes;
/**
- * Get the customLicenseAcquisitionUrlTemplate value.
+ * Get the template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.
*
* @return the customLicenseAcquisitionUrlTemplate value
*/
@@ -37,7 +37,7 @@ public String customLicenseAcquisitionUrlTemplate() {
}
/**
- * Set the customLicenseAcquisitionUrlTemplate value.
+ * Set the template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.
*
* @param customLicenseAcquisitionUrlTemplate the customLicenseAcquisitionUrlTemplate value to set
* @return the StreamingPolicyPlayReadyConfiguration object itself.
@@ -48,7 +48,7 @@ public StreamingPolicyPlayReadyConfiguration withCustomLicenseAcquisitionUrlTemp
}
/**
- * Get the playReadyCustomAttributes value.
+ * Get custom attributes for PlayReady.
*
* @return the playReadyCustomAttributes value
*/
@@ -57,7 +57,7 @@ public String playReadyCustomAttributes() {
}
/**
- * Set the playReadyCustomAttributes value.
+ * Set custom attributes for PlayReady.
*
* @param playReadyCustomAttributes the playReadyCustomAttributes value to set
* @return the StreamingPolicyPlayReadyConfiguration object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyWidevineConfiguration.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyWidevineConfiguration.java
index b1416ee25097..eff579ae5a80 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyWidevineConfiguration.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/StreamingPolicyWidevineConfiguration.java
@@ -22,7 +22,7 @@ public class StreamingPolicyWidevineConfiguration {
private String customLicenseAcquisitionUrlTemplate;
/**
- * Get the customLicenseAcquisitionUrlTemplate value.
+ * Get the template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.
*
* @return the customLicenseAcquisitionUrlTemplate value
*/
@@ -31,7 +31,7 @@ public String customLicenseAcquisitionUrlTemplate() {
}
/**
- * Set the customLicenseAcquisitionUrlTemplate value.
+ * Set the template for a customer service to deliver keys to end users. Not needed when using Azure Media Services for issuing keys.
*
* @param customLicenseAcquisitionUrlTemplate the customLicenseAcquisitionUrlTemplate value to set
* @return the StreamingPolicyWidevineConfiguration object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/SyncStorageKeysInput.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/SyncStorageKeysInput.java
index 3b90fdc49d85..4dafa0e3a5ca 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/SyncStorageKeysInput.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/SyncStorageKeysInput.java
@@ -21,7 +21,7 @@ public class SyncStorageKeysInput {
private String id;
/**
- * Get the id value.
+ * Get the ID of the storage account resource.
*
* @return the id value
*/
@@ -30,7 +30,7 @@ public String id() {
}
/**
- * Set the id value.
+ * Set the ID of the storage account resource.
*
* @param id the id value to set
* @return the SyncStorageKeysInput object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TrackPropertyCondition.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TrackPropertyCondition.java
index 472e48140da3..0e7e2c01bea5 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TrackPropertyCondition.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TrackPropertyCondition.java
@@ -34,7 +34,7 @@ public class TrackPropertyCondition {
private String value;
/**
- * Get the property value.
+ * Get track property type. Possible values include: 'Unknown', 'FourCC'.
*
* @return the property value
*/
@@ -43,7 +43,7 @@ public TrackPropertyType property() {
}
/**
- * Set the property value.
+ * Set track property type. Possible values include: 'Unknown', 'FourCC'.
*
* @param property the property value to set
* @return the TrackPropertyCondition object itself.
@@ -54,7 +54,7 @@ public TrackPropertyCondition withProperty(TrackPropertyType property) {
}
/**
- * Get the operation value.
+ * Get track property condition operation. Possible values include: 'Unknown', 'Equal'.
*
* @return the operation value
*/
@@ -63,7 +63,7 @@ public TrackPropertyCompareOperation operation() {
}
/**
- * Set the operation value.
+ * Set track property condition operation. Possible values include: 'Unknown', 'Equal'.
*
* @param operation the operation value to set
* @return the TrackPropertyCondition object itself.
@@ -74,7 +74,7 @@ public TrackPropertyCondition withOperation(TrackPropertyCompareOperation operat
}
/**
- * Get the value value.
+ * Get track proprty value.
*
* @return the value value
*/
@@ -83,7 +83,7 @@ public String value() {
}
/**
- * Set the value value.
+ * Set track proprty value.
*
* @param value the value value to set
* @return the TrackPropertyCondition object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TrackSelection.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TrackSelection.java
index cb9659f35f10..9dc0d427adee 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TrackSelection.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TrackSelection.java
@@ -23,7 +23,7 @@ public class TrackSelection {
private List trackSelections;
/**
- * Get the trackSelections value.
+ * Get trackSelections is a track property condition list which can specify track(s).
*
* @return the trackSelections value
*/
@@ -32,7 +32,7 @@ public List trackSelections() {
}
/**
- * Set the trackSelections value.
+ * Set trackSelections is a track property condition list which can specify track(s).
*
* @param trackSelections the trackSelections value to set
* @return the TrackSelection object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TransformOutput.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TransformOutput.java
index a67c63c73e9a..552ddb5c4fc4 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TransformOutput.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/TransformOutput.java
@@ -42,7 +42,7 @@ public class TransformOutput {
private Preset preset;
/**
- * Get the onError value.
+ * Get a Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The default is stop. Possible values include: 'StopProcessingJob', 'ContinueJob'.
*
* @return the onError value
*/
@@ -51,7 +51,7 @@ public OnErrorType onError() {
}
/**
- * Set the onError value.
+ * Set a Transform can define more than one outputs. This property defines what the service should do when one output fails - either continue to produce other outputs, or, stop the other outputs. The default is stop. Possible values include: 'StopProcessingJob', 'ContinueJob'.
*
* @param onError the onError value to set
* @return the TransformOutput object itself.
@@ -62,7 +62,7 @@ public TransformOutput withOnError(OnErrorType onError) {
}
/**
- * Get the relativePriority value.
+ * Get sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal. Possible values include: 'Low', 'Normal', 'High'.
*
* @return the relativePriority value
*/
@@ -71,7 +71,7 @@ public Priority relativePriority() {
}
/**
- * Set the relativePriority value.
+ * Set sets the relative priority of the TransformOutputs within a Transform. This sets the priority that the service uses for processing TransformOutputs. The default priority is Normal. Possible values include: 'Low', 'Normal', 'High'.
*
* @param relativePriority the relativePriority value to set
* @return the TransformOutput object itself.
@@ -82,7 +82,7 @@ public TransformOutput withRelativePriority(Priority relativePriority) {
}
/**
- * Get the preset value.
+ * Get preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.
*
* @return the preset value
*/
@@ -91,7 +91,7 @@ public Preset preset() {
}
/**
- * Set the preset value.
+ * Set preset that describes the operations that will be used to modify, transcode, or extract insights from the source file to generate the output.
*
* @param preset the preset value to set
* @return the TransformOutput object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Video.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Video.java
index 625e90b35488..31f054b12a1e 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Video.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/Video.java
@@ -42,7 +42,7 @@ public class Video extends Codec {
private StretchMode stretchMode;
/**
- * Get the keyFrameInterval value.
+ * Get the distance between two key frames, thereby defining a group of pictures (GOP). The value should be a non-zero integer in the range [1, 30] seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S).
*
* @return the keyFrameInterval value
*/
@@ -51,7 +51,7 @@ public Period keyFrameInterval() {
}
/**
- * Set the keyFrameInterval value.
+ * Set the distance between two key frames, thereby defining a group of pictures (GOP). The value should be a non-zero integer in the range [1, 30] seconds, specified in ISO 8601 format. The default is 2 seconds (PT2S).
*
* @param keyFrameInterval the keyFrameInterval value to set
* @return the Video object itself.
@@ -62,7 +62,7 @@ public Video withKeyFrameInterval(Period keyFrameInterval) {
}
/**
- * Get the stretchMode value.
+ * Get the resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize. Possible values include: 'None', 'AutoSize', 'AutoFit'.
*
* @return the stretchMode value
*/
@@ -71,7 +71,7 @@ public StretchMode stretchMode() {
}
/**
- * Set the stretchMode value.
+ * Set the resizing mode - how the input video will be resized to fit the desired output resolution(s). Default is AutoSize. Possible values include: 'None', 'AutoSize', 'AutoFit'.
*
* @param stretchMode the stretchMode value to set
* @return the Video object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoAnalyzerPreset.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoAnalyzerPreset.java
index 6d7c501c5ae3..a1d3dcaaa54d 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoAnalyzerPreset.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoAnalyzerPreset.java
@@ -26,7 +26,7 @@ public class VideoAnalyzerPreset extends AudioAnalyzerPreset {
private Boolean audioInsightsOnly;
/**
- * Get the audioInsightsOnly value.
+ * Get whether to only extract audio insights when processing a video file.
*
* @return the audioInsightsOnly value
*/
@@ -35,7 +35,7 @@ public Boolean audioInsightsOnly() {
}
/**
- * Set the audioInsightsOnly value.
+ * Set whether to only extract audio insights when processing a video file.
*
* @param audioInsightsOnly the audioInsightsOnly value to set
* @return the VideoAnalyzerPreset object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoLayer.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoLayer.java
index caa2dfbc92f3..9ea60acd992a 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoLayer.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoLayer.java
@@ -74,7 +74,7 @@ public class VideoLayer extends Layer {
private Boolean adaptiveBFrame;
/**
- * Get the bitrate value.
+ * Get the average bitrate in bits per second at which to encode the input video when generating this layer. This is a required field.
*
* @return the bitrate value
*/
@@ -83,7 +83,7 @@ public Integer bitrate() {
}
/**
- * Set the bitrate value.
+ * Set the average bitrate in bits per second at which to encode the input video when generating this layer. This is a required field.
*
* @param bitrate the bitrate value to set
* @return the VideoLayer object itself.
@@ -94,7 +94,7 @@ public VideoLayer withBitrate(Integer bitrate) {
}
/**
- * Get the maxBitrate value.
+ * Get the maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill. If not specified, defaults to the same value as bitrate.
*
* @return the maxBitrate value
*/
@@ -103,7 +103,7 @@ public Integer maxBitrate() {
}
/**
- * Set the maxBitrate value.
+ * Set the maximum bitrate (in bits per second), at which the VBV buffer should be assumed to refill. If not specified, defaults to the same value as bitrate.
*
* @param maxBitrate the maxBitrate value to set
* @return the VideoLayer object itself.
@@ -114,7 +114,7 @@ public VideoLayer withMaxBitrate(Integer maxBitrate) {
}
/**
- * Get the bFrames value.
+ * Get the number of B-frames to be used when encoding this layer. If not specified, the encoder chooses an appropriate number based on the video profile and level.
*
* @return the bFrames value
*/
@@ -123,7 +123,7 @@ public Integer bFrames() {
}
/**
- * Set the bFrames value.
+ * Set the number of B-frames to be used when encoding this layer. If not specified, the encoder chooses an appropriate number based on the video profile and level.
*
* @param bFrames the bFrames value to set
* @return the VideoLayer object itself.
@@ -134,7 +134,7 @@ public VideoLayer withBFrames(Integer bFrames) {
}
/**
- * Get the frameRate value.
+ * Get the frame rate (in frames per second) at which to encode this layer. The value can be in the form of M/N where M and N are integers (For example, 30000/1001), or in the form of a number (For example, 30, or 29.97). The encoder enforces constraints on allowed frame rates based on the profile and level. If it is not specified, the encoder will use the same frame rate as the input video.
*
* @return the frameRate value
*/
@@ -143,7 +143,7 @@ public String frameRate() {
}
/**
- * Set the frameRate value.
+ * Set the frame rate (in frames per second) at which to encode this layer. The value can be in the form of M/N where M and N are integers (For example, 30000/1001), or in the form of a number (For example, 30, or 29.97). The encoder enforces constraints on allowed frame rates based on the profile and level. If it is not specified, the encoder will use the same frame rate as the input video.
*
* @param frameRate the frameRate value to set
* @return the VideoLayer object itself.
@@ -154,7 +154,7 @@ public VideoLayer withFrameRate(String frameRate) {
}
/**
- * Get the slices value.
+ * Get the number of slices to be used when encoding this layer. If not specified, default is zero, which means that encoder will use a single slice for each frame.
*
* @return the slices value
*/
@@ -163,7 +163,7 @@ public Integer slices() {
}
/**
- * Set the slices value.
+ * Set the number of slices to be used when encoding this layer. If not specified, default is zero, which means that encoder will use a single slice for each frame.
*
* @param slices the slices value to set
* @return the VideoLayer object itself.
@@ -174,7 +174,7 @@ public VideoLayer withSlices(Integer slices) {
}
/**
- * Get the adaptiveBFrame value.
+ * Get whether or not adaptive B-frames are to be used when encoding this layer. If not specified, the encoder will turn it on whenever the video profile permits its use.
*
* @return the adaptiveBFrame value
*/
@@ -183,7 +183,7 @@ public Boolean adaptiveBFrame() {
}
/**
- * Set the adaptiveBFrame value.
+ * Set whether or not adaptive B-frames are to be used when encoding this layer. If not specified, the encoder will turn it on whenever the video profile permits its use.
*
* @param adaptiveBFrame the adaptiveBFrame value to set
* @return the VideoLayer object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoOverlay.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoOverlay.java
index 1e1b56304f5d..ce5e99fbaa6b 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoOverlay.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/VideoOverlay.java
@@ -38,7 +38,7 @@ public class VideoOverlay extends Overlay {
private Rectangle cropRectangle;
/**
- * Get the position value.
+ * Get the location in the input video where the overlay is applied.
*
* @return the position value
*/
@@ -47,7 +47,7 @@ public Rectangle position() {
}
/**
- * Set the position value.
+ * Set the location in the input video where the overlay is applied.
*
* @param position the position value to set
* @return the VideoOverlay object itself.
@@ -58,7 +58,7 @@ public VideoOverlay withPosition(Rectangle position) {
}
/**
- * Get the opacity value.
+ * Get the opacity of the overlay. This is a value in the range [0 - 1.0]. Default is 1.0 which mean the overlay is opaque.
*
* @return the opacity value
*/
@@ -67,7 +67,7 @@ public Double opacity() {
}
/**
- * Set the opacity value.
+ * Set the opacity of the overlay. This is a value in the range [0 - 1.0]. Default is 1.0 which mean the overlay is opaque.
*
* @param opacity the opacity value to set
* @return the VideoOverlay object itself.
@@ -78,7 +78,7 @@ public VideoOverlay withOpacity(Double opacity) {
}
/**
- * Get the cropRectangle value.
+ * Get an optional rectangular window used to crop the overlay image or video.
*
* @return the cropRectangle value
*/
@@ -87,7 +87,7 @@ public Rectangle cropRectangle() {
}
/**
- * Set the cropRectangle value.
+ * Set an optional rectangular window used to crop the overlay image or video.
*
* @param cropRectangle the cropRectangle value to set
* @return the VideoOverlay object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetContainerSasInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetContainerSasInner.java
index b1c033b84d24..00135d2d838d 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetContainerSasInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetContainerSasInner.java
@@ -22,7 +22,7 @@ public class AssetContainerSasInner {
private List assetContainerSasUrls;
/**
- * Get the assetContainerSasUrls value.
+ * Get the list of Asset container SAS URLs.
*
* @return the assetContainerSasUrls value
*/
@@ -31,7 +31,7 @@ public List assetContainerSasUrls() {
}
/**
- * Set the assetContainerSasUrls value.
+ * Set the list of Asset container SAS URLs.
*
* @param assetContainerSasUrls the assetContainerSasUrls value to set
* @return the AssetContainerSasInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetInner.java
index a27325da552c..d75736fbaa8a 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetInner.java
@@ -70,7 +70,7 @@ public class AssetInner extends ProxyResource {
private AssetStorageEncryptionFormat storageEncryptionFormat;
/**
- * Get the assetId value.
+ * Get the Asset ID.
*
* @return the assetId value
*/
@@ -79,7 +79,7 @@ public UUID assetId() {
}
/**
- * Get the created value.
+ * Get the creation date of the Asset.
*
* @return the created value
*/
@@ -88,7 +88,7 @@ public DateTime created() {
}
/**
- * Get the lastModified value.
+ * Get the last modified date of the Asset.
*
* @return the lastModified value
*/
@@ -97,7 +97,7 @@ public DateTime lastModified() {
}
/**
- * Get the alternateId value.
+ * Get the alternate ID of the Asset.
*
* @return the alternateId value
*/
@@ -106,7 +106,7 @@ public String alternateId() {
}
/**
- * Set the alternateId value.
+ * Set the alternate ID of the Asset.
*
* @param alternateId the alternateId value to set
* @return the AssetInner object itself.
@@ -117,7 +117,7 @@ public AssetInner withAlternateId(String alternateId) {
}
/**
- * Get the description value.
+ * Get the Asset description.
*
* @return the description value
*/
@@ -126,7 +126,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set the Asset description.
*
* @param description the description value to set
* @return the AssetInner object itself.
@@ -137,7 +137,7 @@ public AssetInner withDescription(String description) {
}
/**
- * Get the container value.
+ * Get the name of the asset blob container.
*
* @return the container value
*/
@@ -146,7 +146,7 @@ public String container() {
}
/**
- * Set the container value.
+ * Set the name of the asset blob container.
*
* @param container the container value to set
* @return the AssetInner object itself.
@@ -157,7 +157,7 @@ public AssetInner withContainer(String container) {
}
/**
- * Get the storageAccountName value.
+ * Get the name of the storage account.
*
* @return the storageAccountName value
*/
@@ -166,7 +166,7 @@ public String storageAccountName() {
}
/**
- * Set the storageAccountName value.
+ * Set the name of the storage account.
*
* @param storageAccountName the storageAccountName value to set
* @return the AssetInner object itself.
@@ -177,7 +177,7 @@ public AssetInner withStorageAccountName(String storageAccountName) {
}
/**
- * Get the storageEncryptionFormat value.
+ * Get the Asset encryption format. One of None or MediaStorageEncryption. Possible values include: 'None', 'MediaStorageClientEncryption'.
*
* @return the storageEncryptionFormat value
*/
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetStorageEncryptionKeyInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetStorageEncryptionKeyInner.java
index 9fbca4f33a9e..336f15392f10 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetStorageEncryptionKeyInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetStorageEncryptionKeyInner.java
@@ -21,7 +21,7 @@ public class AssetStorageEncryptionKeyInner {
private String storageEncryptionKey;
/**
- * Get the storageEncryptionKey value.
+ * Get the Asset storage encryption key.
*
* @return the storageEncryptionKey value
*/
@@ -30,7 +30,7 @@ public String storageEncryptionKey() {
}
/**
- * Set the storageEncryptionKey value.
+ * Set the Asset storage encryption key.
*
* @param storageEncryptionKey the storageEncryptionKey value to set
* @return the AssetStorageEncryptionKeyInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetsImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetsImpl.java
index 623a6dd8b5db..b0726131e240 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetsImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/AssetsImpl.java
@@ -69,41 +69,22 @@ public AssetStorageEncryptionKey call(AssetStorageEncryptionKeyInner inner) {
});
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- AssetsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync(final String resourceGroupName, final String accountName) {
AssetsInner client = this.inner();
return client.listAsync(resourceGroupName, accountName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Asset call(AssetInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPoliciesImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPoliciesImpl.java
index 9ff0a0ce36b5..eb31a248e879 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPoliciesImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPoliciesImpl.java
@@ -55,41 +55,22 @@ public ContentKeyPolicyProperties call(ContentKeyPolicyPropertiesInner inner) {
});
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- ContentKeyPoliciesInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync(final String resourceGroupName, final String accountName) {
ContentKeyPoliciesInner client = this.inner();
return client.listAsync(resourceGroupName, accountName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public ContentKeyPolicy call(ContentKeyPolicyInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPolicyInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPolicyInner.java
index 2e9ad6f2fa60..44bb331e7d40 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPolicyInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPolicyInner.java
@@ -52,7 +52,7 @@ public class ContentKeyPolicyInner extends ProxyResource {
private List options;
/**
- * Get the policyId value.
+ * Get the legacy Policy ID.
*
* @return the policyId value
*/
@@ -61,7 +61,7 @@ public UUID policyId() {
}
/**
- * Get the created value.
+ * Get the creation date of the Policy.
*
* @return the created value
*/
@@ -70,7 +70,7 @@ public DateTime created() {
}
/**
- * Get the lastModified value.
+ * Get the last modified date of the Policy.
*
* @return the lastModified value
*/
@@ -79,7 +79,7 @@ public DateTime lastModified() {
}
/**
- * Get the description value.
+ * Get a description for the Policy.
*
* @return the description value
*/
@@ -88,7 +88,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set a description for the Policy.
*
* @param description the description value to set
* @return the ContentKeyPolicyInner object itself.
@@ -99,7 +99,7 @@ public ContentKeyPolicyInner withDescription(String description) {
}
/**
- * Get the options value.
+ * Get the Key Policy options.
*
* @return the options value
*/
@@ -108,7 +108,7 @@ public List options() {
}
/**
- * Set the options value.
+ * Set the Key Policy options.
*
* @param options the options value to set
* @return the ContentKeyPolicyInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPolicyPropertiesInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPolicyPropertiesInner.java
index d4a748771f2c..3ab663f7e6b4 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPolicyPropertiesInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ContentKeyPolicyPropertiesInner.java
@@ -49,7 +49,7 @@ public class ContentKeyPolicyPropertiesInner {
private List options;
/**
- * Get the policyId value.
+ * Get the legacy Policy ID.
*
* @return the policyId value
*/
@@ -58,7 +58,7 @@ public UUID policyId() {
}
/**
- * Get the created value.
+ * Get the creation date of the Policy.
*
* @return the created value
*/
@@ -67,7 +67,7 @@ public DateTime created() {
}
/**
- * Get the lastModified value.
+ * Get the last modified date of the Policy.
*
* @return the lastModified value
*/
@@ -76,7 +76,7 @@ public DateTime lastModified() {
}
/**
- * Get the description value.
+ * Get a description for the Policy.
*
* @return the description value
*/
@@ -85,7 +85,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set a description for the Policy.
*
* @param description the description value to set
* @return the ContentKeyPolicyPropertiesInner object itself.
@@ -96,7 +96,7 @@ public ContentKeyPolicyPropertiesInner withDescription(String description) {
}
/**
- * Get the options value.
+ * Get the Key Policy options.
*
* @return the options value
*/
@@ -105,7 +105,7 @@ public List options() {
}
/**
- * Set the options value.
+ * Set the Key Policy options.
*
* @param options the options value to set
* @return the ContentKeyPolicyPropertiesInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/EntityNameAvailabilityCheckOutputInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/EntityNameAvailabilityCheckOutputInner.java
index e3545a83b15b..e10179866097 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/EntityNameAvailabilityCheckOutputInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/EntityNameAvailabilityCheckOutputInner.java
@@ -33,7 +33,7 @@ public class EntityNameAvailabilityCheckOutputInner {
private String message;
/**
- * Get the nameAvailable value.
+ * Get specifies if the name is available.
*
* @return the nameAvailable value
*/
@@ -42,7 +42,7 @@ public boolean nameAvailable() {
}
/**
- * Set the nameAvailable value.
+ * Set specifies if the name is available.
*
* @param nameAvailable the nameAvailable value to set
* @return the EntityNameAvailabilityCheckOutputInner object itself.
@@ -53,7 +53,7 @@ public EntityNameAvailabilityCheckOutputInner withNameAvailable(boolean nameAvai
}
/**
- * Get the reason value.
+ * Get specifies the reason if the name is not available.
*
* @return the reason value
*/
@@ -62,7 +62,7 @@ public String reason() {
}
/**
- * Set the reason value.
+ * Set specifies the reason if the name is not available.
*
* @param reason the reason value to set
* @return the EntityNameAvailabilityCheckOutputInner object itself.
@@ -73,7 +73,7 @@ public EntityNameAvailabilityCheckOutputInner withReason(String reason) {
}
/**
- * Get the message value.
+ * Get specifies the detailed reason if the name is not available.
*
* @return the message value
*/
@@ -82,7 +82,7 @@ public String message() {
}
/**
- * Set the message value.
+ * Set specifies the detailed reason if the name is not available.
*
* @param message the message value to set
* @return the EntityNameAvailabilityCheckOutputInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/JobInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/JobInner.java
index 690e1427a6a8..de35b5f7e9c8 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/JobInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/JobInner.java
@@ -72,7 +72,7 @@ public class JobInner extends ProxyResource {
private Priority priority;
/**
- * Get the created value.
+ * Get the UTC date and time when the Job was created, in 'YYYY-MM-DDThh:mm:ssZ' format.
*
* @return the created value
*/
@@ -81,7 +81,7 @@ public DateTime created() {
}
/**
- * Get the state value.
+ * Get the current state of the job. Possible values include: 'Canceled', 'Canceling', 'Error', 'Finished', 'Processing', 'Queued', 'Scheduled'.
*
* @return the state value
*/
@@ -90,7 +90,7 @@ public JobState state() {
}
/**
- * Get the description value.
+ * Get optional customer supplied description of the Job.
*
* @return the description value
*/
@@ -99,7 +99,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set optional customer supplied description of the Job.
*
* @param description the description value to set
* @return the JobInner object itself.
@@ -110,7 +110,7 @@ public JobInner withDescription(String description) {
}
/**
- * Get the input value.
+ * Get the inputs for the Job.
*
* @return the input value
*/
@@ -119,7 +119,7 @@ public JobInput input() {
}
/**
- * Set the input value.
+ * Set the inputs for the Job.
*
* @param input the input value to set
* @return the JobInner object itself.
@@ -130,7 +130,7 @@ public JobInner withInput(JobInput input) {
}
/**
- * Get the lastModified value.
+ * Get the UTC date and time when the Job was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.
*
* @return the lastModified value
*/
@@ -139,7 +139,7 @@ public DateTime lastModified() {
}
/**
- * Get the outputs value.
+ * Get the outputs for the Job.
*
* @return the outputs value
*/
@@ -148,7 +148,7 @@ public List outputs() {
}
/**
- * Set the outputs value.
+ * Set the outputs for the Job.
*
* @param outputs the outputs value to set
* @return the JobInner object itself.
@@ -159,7 +159,7 @@ public JobInner withOutputs(List outputs) {
}
/**
- * Get the priority value.
+ * Get priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal. Possible values include: 'Low', 'Normal', 'High'.
*
* @return the priority value
*/
@@ -168,7 +168,7 @@ public Priority priority() {
}
/**
- * Set the priority value.
+ * Set priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal. Possible values include: 'Low', 'Normal', 'High'.
*
* @param priority the priority value to set
* @return the JobInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/JobsImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/JobsImpl.java
index ede74b5b1c77..b8cb91cb351a 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/JobsImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/JobsImpl.java
@@ -48,41 +48,22 @@ public Completable cancelJobAsync(String resourceGroupName, String accountName,
return client.cancelJobAsync(resourceGroupName, accountName, transformName, jobName).toCompletable();
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- JobsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync(final String resourceGroupName, final String accountName, final String transformName) {
JobsInner client = this.inner();
return client.listAsync(resourceGroupName, accountName, transformName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Job call(JobInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ListContentKeysResponseInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ListContentKeysResponseInner.java
index 17dff0895f9a..1089673195cf 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ListContentKeysResponseInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ListContentKeysResponseInner.java
@@ -23,7 +23,7 @@ public class ListContentKeysResponseInner {
private List contentKeys;
/**
- * Get the contentKeys value.
+ * Get contentKeys used by current Streaming Locator.
*
* @return the contentKeys value
*/
@@ -32,7 +32,7 @@ public List contentKeys() {
}
/**
- * Set the contentKeys value.
+ * Set contentKeys used by current Streaming Locator.
*
* @param contentKeys the contentKeys value to set
* @return the ListContentKeysResponseInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ListPathsResponseInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ListPathsResponseInner.java
index a6807a08ce01..c17b4627c213 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ListPathsResponseInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/ListPathsResponseInner.java
@@ -29,7 +29,7 @@ public class ListPathsResponseInner {
private List downloadPaths;
/**
- * Get the streamingPaths value.
+ * Get streaming Paths supported by current Streaming Locator.
*
* @return the streamingPaths value
*/
@@ -38,7 +38,7 @@ public List streamingPaths() {
}
/**
- * Set the streamingPaths value.
+ * Set streaming Paths supported by current Streaming Locator.
*
* @param streamingPaths the streamingPaths value to set
* @return the ListPathsResponseInner object itself.
@@ -49,7 +49,7 @@ public ListPathsResponseInner withStreamingPaths(List streamingPa
}
/**
- * Get the downloadPaths value.
+ * Get download Paths supported by current Streaming Locator.
*
* @return the downloadPaths value
*/
@@ -58,7 +58,7 @@ public List downloadPaths() {
}
/**
- * Set the downloadPaths value.
+ * Set download Paths supported by current Streaming Locator.
*
* @param downloadPaths the downloadPaths value to set
* @return the ListPathsResponseInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveEventInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveEventInner.java
index 7ccaf066976e..88c59a95d6e3 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveEventInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveEventInner.java
@@ -95,7 +95,7 @@ public class LiveEventInner extends Resource {
private DateTime lastModified;
/**
- * Get the description value.
+ * Get the Live Event description.
*
* @return the description value
*/
@@ -104,7 +104,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set the Live Event description.
*
* @param description the description value to set
* @return the LiveEventInner object itself.
@@ -115,7 +115,7 @@ public LiveEventInner withDescription(String description) {
}
/**
- * Get the input value.
+ * Get the Live Event input.
*
* @return the input value
*/
@@ -124,7 +124,7 @@ public LiveEventInput input() {
}
/**
- * Set the input value.
+ * Set the Live Event input.
*
* @param input the input value to set
* @return the LiveEventInner object itself.
@@ -135,7 +135,7 @@ public LiveEventInner withInput(LiveEventInput input) {
}
/**
- * Get the preview value.
+ * Get the Live Event preview.
*
* @return the preview value
*/
@@ -144,7 +144,7 @@ public LiveEventPreview preview() {
}
/**
- * Set the preview value.
+ * Set the Live Event preview.
*
* @param preview the preview value to set
* @return the LiveEventInner object itself.
@@ -155,7 +155,7 @@ public LiveEventInner withPreview(LiveEventPreview preview) {
}
/**
- * Get the encoding value.
+ * Get the Live Event encoding.
*
* @return the encoding value
*/
@@ -164,7 +164,7 @@ public LiveEventEncoding encoding() {
}
/**
- * Set the encoding value.
+ * Set the Live Event encoding.
*
* @param encoding the encoding value to set
* @return the LiveEventInner object itself.
@@ -175,7 +175,7 @@ public LiveEventInner withEncoding(LiveEventEncoding encoding) {
}
/**
- * Get the provisioningState value.
+ * Get the provisioning state of the Live Event.
*
* @return the provisioningState value
*/
@@ -184,7 +184,7 @@ public String provisioningState() {
}
/**
- * Get the resourceState value.
+ * Get the resource state of the Live Event. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping', 'Deleting'.
*
* @return the resourceState value
*/
@@ -193,7 +193,7 @@ public LiveEventResourceState resourceState() {
}
/**
- * Get the crossSiteAccessPolicies value.
+ * Get the Live Event access policies.
*
* @return the crossSiteAccessPolicies value
*/
@@ -202,7 +202,7 @@ public CrossSiteAccessPolicies crossSiteAccessPolicies() {
}
/**
- * Set the crossSiteAccessPolicies value.
+ * Set the Live Event access policies.
*
* @param crossSiteAccessPolicies the crossSiteAccessPolicies value to set
* @return the LiveEventInner object itself.
@@ -213,7 +213,7 @@ public LiveEventInner withCrossSiteAccessPolicies(CrossSiteAccessPolicies crossS
}
/**
- * Get the vanityUrl value.
+ * Get the Live Event vanity URL flag.
*
* @return the vanityUrl value
*/
@@ -222,7 +222,7 @@ public Boolean vanityUrl() {
}
/**
- * Set the vanityUrl value.
+ * Set the Live Event vanity URL flag.
*
* @param vanityUrl the vanityUrl value to set
* @return the LiveEventInner object itself.
@@ -233,7 +233,7 @@ public LiveEventInner withVanityUrl(Boolean vanityUrl) {
}
/**
- * Get the streamOptions value.
+ * Get the stream options.
*
* @return the streamOptions value
*/
@@ -242,7 +242,7 @@ public List streamOptions() {
}
/**
- * Set the streamOptions value.
+ * Set the stream options.
*
* @param streamOptions the streamOptions value to set
* @return the LiveEventInner object itself.
@@ -253,7 +253,7 @@ public LiveEventInner withStreamOptions(List streamOptions) {
}
/**
- * Get the created value.
+ * Get the exact time the Live Event was created.
*
* @return the created value
*/
@@ -262,7 +262,7 @@ public DateTime created() {
}
/**
- * Get the lastModified value.
+ * Get the exact time the Live Event was last modified.
*
* @return the lastModified value
*/
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveEventsImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveEventsImpl.java
index c5aebab21098..110d79673e50 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveEventsImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveEventsImpl.java
@@ -60,41 +60,22 @@ public Completable resetAsync(String resourceGroupName, String accountName, Stri
return client.resetAsync(resourceGroupName, accountName, liveEventName).toCompletable();
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- LiveEventsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync(final String resourceGroupName, final String accountName) {
LiveEventsInner client = this.inner();
return client.listAsync(resourceGroupName, accountName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public LiveEvent call(LiveEventInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveOutputInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveOutputInner.java
index 69889906c5dc..7fc2547999ff 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveOutputInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveOutputInner.java
@@ -84,7 +84,7 @@ public class LiveOutputInner extends ProxyResource {
private LiveOutputResourceState resourceState;
/**
- * Get the description value.
+ * Get the description of the Live Output.
*
* @return the description value
*/
@@ -93,7 +93,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set the description of the Live Output.
*
* @param description the description value to set
* @return the LiveOutputInner object itself.
@@ -104,7 +104,7 @@ public LiveOutputInner withDescription(String description) {
}
/**
- * Get the assetName value.
+ * Get the asset name.
*
* @return the assetName value
*/
@@ -113,7 +113,7 @@ public String assetName() {
}
/**
- * Set the assetName value.
+ * Set the asset name.
*
* @param assetName the assetName value to set
* @return the LiveOutputInner object itself.
@@ -124,7 +124,7 @@ public LiveOutputInner withAssetName(String assetName) {
}
/**
- * Get the archiveWindowLength value.
+ * Get iSO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content.
*
* @return the archiveWindowLength value
*/
@@ -133,7 +133,7 @@ public Period archiveWindowLength() {
}
/**
- * Set the archiveWindowLength value.
+ * Set iSO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content.
*
* @param archiveWindowLength the archiveWindowLength value to set
* @return the LiveOutputInner object itself.
@@ -144,7 +144,7 @@ public LiveOutputInner withArchiveWindowLength(Period archiveWindowLength) {
}
/**
- * Get the manifestName value.
+ * Get the manifest file name.
*
* @return the manifestName value
*/
@@ -153,7 +153,7 @@ public String manifestName() {
}
/**
- * Set the manifestName value.
+ * Set the manifest file name.
*
* @param manifestName the manifestName value to set
* @return the LiveOutputInner object itself.
@@ -164,7 +164,7 @@ public LiveOutputInner withManifestName(String manifestName) {
}
/**
- * Get the hls value.
+ * Get the HLS configuration.
*
* @return the hls value
*/
@@ -173,7 +173,7 @@ public Hls hls() {
}
/**
- * Set the hls value.
+ * Set the HLS configuration.
*
* @param hls the hls value to set
* @return the LiveOutputInner object itself.
@@ -184,7 +184,7 @@ public LiveOutputInner withHls(Hls hls) {
}
/**
- * Get the outputSnapTime value.
+ * Get the output snapshot time.
*
* @return the outputSnapTime value
*/
@@ -193,7 +193,7 @@ public Long outputSnapTime() {
}
/**
- * Set the outputSnapTime value.
+ * Set the output snapshot time.
*
* @param outputSnapTime the outputSnapTime value to set
* @return the LiveOutputInner object itself.
@@ -204,7 +204,7 @@ public LiveOutputInner withOutputSnapTime(Long outputSnapTime) {
}
/**
- * Get the created value.
+ * Get the exact time the Live Output was created.
*
* @return the created value
*/
@@ -213,7 +213,7 @@ public DateTime created() {
}
/**
- * Get the lastModified value.
+ * Get the exact time the Live Output was last modified.
*
* @return the lastModified value
*/
@@ -222,7 +222,7 @@ public DateTime lastModified() {
}
/**
- * Get the provisioningState value.
+ * Get the provisioning state of the Live Output.
*
* @return the provisioningState value
*/
@@ -231,7 +231,7 @@ public String provisioningState() {
}
/**
- * Get the resourceState value.
+ * Get the resource state of the Live Output. Possible values include: 'Creating', 'Running', 'Deleting'.
*
* @return the resourceState value
*/
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveOutputsImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveOutputsImpl.java
index 672594ec25ae..a179f77cf88d 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveOutputsImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/LiveOutputsImpl.java
@@ -42,41 +42,22 @@ private LiveOutputImpl wrapModel(String name) {
return new LiveOutputImpl(name, this.manager());
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- LiveOutputsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync(final String resourceGroupName, final String accountName, final String liveEventName) {
LiveOutputsInner client = this.inner();
return client.listAsync(resourceGroupName, accountName, liveEventName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public LiveOutput call(LiveOutputInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/MediaServiceInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/MediaServiceInner.java
index f49d98419aa4..b9c30490af1e 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/MediaServiceInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/MediaServiceInner.java
@@ -35,7 +35,7 @@ public class MediaServiceInner extends Resource {
private List storageAccounts;
/**
- * Get the mediaServiceId value.
+ * Get the Media Services account ID.
*
* @return the mediaServiceId value
*/
@@ -44,7 +44,7 @@ public UUID mediaServiceId() {
}
/**
- * Get the storageAccounts value.
+ * Get the storage accounts for this resource.
*
* @return the storageAccounts value
*/
@@ -53,7 +53,7 @@ public List storageAccounts() {
}
/**
- * Set the storageAccounts value.
+ * Set the storage accounts for this resource.
*
* @param storageAccounts the storageAccounts value to set
* @return the MediaServiceInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/MediaservicesImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/MediaservicesImpl.java
index 36058d9b85fa..899ed34b0580 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/MediaservicesImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/MediaservicesImpl.java
@@ -80,41 +80,22 @@ public PagedList listByResourceGroup(String resourceGroupName) {
return this.wrapList(client.listByResourceGroup(resourceGroupName));
}
- private Observable> listByResourceGroupNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- MediaservicesInner client = this.inner();
- return client.listByResourceGroupNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listByResourceGroupNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listByResourceGroupAsync(String resourceGroupName) {
MediaservicesInner client = this.inner();
return client.listByResourceGroupAsync(resourceGroupName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listByResourceGroupNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public MediaService call(MediaServiceInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
@@ -142,35 +123,16 @@ public MediaService call(MediaServiceInner inner) {
return converter.convert(client.list());
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- MediaservicesInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync() {
MediaservicesInner client = this.inner();
return client.listAsync()
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.flatMap(new Func1>() {
@Override
public Observable call(SubscriptionMediaServiceInner inner) {
@@ -182,7 +144,7 @@ public Observable call(SubscriptionMediaServiceInner inner) {
public MediaService call(MediaServiceInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/OperationInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/OperationInner.java
index 852a8e76162f..d4ecab4f0604 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/OperationInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/OperationInner.java
@@ -28,7 +28,7 @@ public class OperationInner {
private OperationDisplay display;
/**
- * Get the name value.
+ * Get the operation name.
*
* @return the name value
*/
@@ -37,7 +37,7 @@ public String name() {
}
/**
- * Set the name value.
+ * Set the operation name.
*
* @param name the name value to set
* @return the OperationInner object itself.
@@ -48,7 +48,7 @@ public OperationInner withName(String name) {
}
/**
- * Get the display value.
+ * Get the operation display name.
*
* @return the display value
*/
@@ -57,7 +57,7 @@ public OperationDisplay display() {
}
/**
- * Set the display value.
+ * Set the operation display name.
*
* @param display the display value to set
* @return the OperationInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/OperationsImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/OperationsImpl.java
index e7c7ed0c0961..735fcd0a93c2 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/OperationsImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/OperationsImpl.java
@@ -28,41 +28,22 @@ public MediaManager manager() {
return this.manager;
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- OperationsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync() {
OperationsInner client = this.inner();
return client.listAsync()
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public Operation call(OperationInner inner) {
return new OperationImpl(inner, manager());
}
- });
+ });
}
}
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingEndpointInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingEndpointInner.java
index 93ce90a61808..e8bbde19ea40 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingEndpointInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingEndpointInner.java
@@ -122,7 +122,7 @@ public class StreamingEndpointInner extends Resource {
private DateTime lastModified;
/**
- * Get the description value.
+ * Get the StreamingEndpoint description.
*
* @return the description value
*/
@@ -131,7 +131,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set the StreamingEndpoint description.
*
* @param description the description value to set
* @return the StreamingEndpointInner object itself.
@@ -142,7 +142,7 @@ public StreamingEndpointInner withDescription(String description) {
}
/**
- * Get the scaleUnits value.
+ * Get the number of scale units.
*
* @return the scaleUnits value
*/
@@ -151,7 +151,7 @@ public int scaleUnits() {
}
/**
- * Set the scaleUnits value.
+ * Set the number of scale units.
*
* @param scaleUnits the scaleUnits value to set
* @return the StreamingEndpointInner object itself.
@@ -162,7 +162,7 @@ public StreamingEndpointInner withScaleUnits(int scaleUnits) {
}
/**
- * Get the availabilitySetName value.
+ * Get availabilitySet name.
*
* @return the availabilitySetName value
*/
@@ -171,7 +171,7 @@ public String availabilitySetName() {
}
/**
- * Set the availabilitySetName value.
+ * Set availabilitySet name.
*
* @param availabilitySetName the availabilitySetName value to set
* @return the StreamingEndpointInner object itself.
@@ -182,7 +182,7 @@ public StreamingEndpointInner withAvailabilitySetName(String availabilitySetName
}
/**
- * Get the accessControl value.
+ * Get the access control definition of the StreamingEndpoint.
*
* @return the accessControl value
*/
@@ -191,7 +191,7 @@ public StreamingEndpointAccessControl accessControl() {
}
/**
- * Set the accessControl value.
+ * Set the access control definition of the StreamingEndpoint.
*
* @param accessControl the accessControl value to set
* @return the StreamingEndpointInner object itself.
@@ -202,7 +202,7 @@ public StreamingEndpointInner withAccessControl(StreamingEndpointAccessControl a
}
/**
- * Get the maxCacheAge value.
+ * Get max cache age.
*
* @return the maxCacheAge value
*/
@@ -211,7 +211,7 @@ public Long maxCacheAge() {
}
/**
- * Set the maxCacheAge value.
+ * Set max cache age.
*
* @param maxCacheAge the maxCacheAge value to set
* @return the StreamingEndpointInner object itself.
@@ -222,7 +222,7 @@ public StreamingEndpointInner withMaxCacheAge(Long maxCacheAge) {
}
/**
- * Get the customHostNames value.
+ * Get the custom host names of the StreamingEndpoint.
*
* @return the customHostNames value
*/
@@ -231,7 +231,7 @@ public List customHostNames() {
}
/**
- * Set the customHostNames value.
+ * Set the custom host names of the StreamingEndpoint.
*
* @param customHostNames the customHostNames value to set
* @return the StreamingEndpointInner object itself.
@@ -242,7 +242,7 @@ public StreamingEndpointInner withCustomHostNames(List customHostNames)
}
/**
- * Get the hostName value.
+ * Get the StreamingEndpoint host name.
*
* @return the hostName value
*/
@@ -251,7 +251,7 @@ public String hostName() {
}
/**
- * Get the cdnEnabled value.
+ * Get the CDN enabled flag.
*
* @return the cdnEnabled value
*/
@@ -260,7 +260,7 @@ public Boolean cdnEnabled() {
}
/**
- * Set the cdnEnabled value.
+ * Set the CDN enabled flag.
*
* @param cdnEnabled the cdnEnabled value to set
* @return the StreamingEndpointInner object itself.
@@ -271,7 +271,7 @@ public StreamingEndpointInner withCdnEnabled(Boolean cdnEnabled) {
}
/**
- * Get the cdnProvider value.
+ * Get the CDN provider name.
*
* @return the cdnProvider value
*/
@@ -280,7 +280,7 @@ public String cdnProvider() {
}
/**
- * Set the cdnProvider value.
+ * Set the CDN provider name.
*
* @param cdnProvider the cdnProvider value to set
* @return the StreamingEndpointInner object itself.
@@ -291,7 +291,7 @@ public StreamingEndpointInner withCdnProvider(String cdnProvider) {
}
/**
- * Get the cdnProfile value.
+ * Get the CDN profile name.
*
* @return the cdnProfile value
*/
@@ -300,7 +300,7 @@ public String cdnProfile() {
}
/**
- * Set the cdnProfile value.
+ * Set the CDN profile name.
*
* @param cdnProfile the cdnProfile value to set
* @return the StreamingEndpointInner object itself.
@@ -311,7 +311,7 @@ public StreamingEndpointInner withCdnProfile(String cdnProfile) {
}
/**
- * Get the provisioningState value.
+ * Get the provisioning state of the StreamingEndpoint.
*
* @return the provisioningState value
*/
@@ -320,7 +320,7 @@ public String provisioningState() {
}
/**
- * Get the resourceState value.
+ * Get the resource state of the StreamingEndpoint. Possible values include: 'Stopped', 'Starting', 'Running', 'Stopping', 'Deleting', 'Scaling'.
*
* @return the resourceState value
*/
@@ -329,7 +329,7 @@ public StreamingEndpointResourceState resourceState() {
}
/**
- * Get the crossSiteAccessPolicies value.
+ * Get the StreamingEndpoint access policies.
*
* @return the crossSiteAccessPolicies value
*/
@@ -338,7 +338,7 @@ public CrossSiteAccessPolicies crossSiteAccessPolicies() {
}
/**
- * Set the crossSiteAccessPolicies value.
+ * Set the StreamingEndpoint access policies.
*
* @param crossSiteAccessPolicies the crossSiteAccessPolicies value to set
* @return the StreamingEndpointInner object itself.
@@ -349,7 +349,7 @@ public StreamingEndpointInner withCrossSiteAccessPolicies(CrossSiteAccessPolicie
}
/**
- * Get the freeTrialEndTime value.
+ * Get the free trial expiration time.
*
* @return the freeTrialEndTime value
*/
@@ -358,7 +358,7 @@ public DateTime freeTrialEndTime() {
}
/**
- * Get the created value.
+ * Get the exact time the StreamingEndpoint was created.
*
* @return the created value
*/
@@ -367,7 +367,7 @@ public DateTime created() {
}
/**
- * Get the lastModified value.
+ * Get the exact time the StreamingEndpoint was last modified.
*
* @return the lastModified value
*/
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingEndpointsImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingEndpointsImpl.java
index 0904826f37d6..a16c685dd1fc 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingEndpointsImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingEndpointsImpl.java
@@ -60,41 +60,22 @@ public Completable scaleAsync(String resourceGroupName, String accountName, Stri
return client.scaleAsync(resourceGroupName, accountName, streamingEndpointName).toCompletable();
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- StreamingEndpointsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync(final String resourceGroupName, final String accountName) {
StreamingEndpointsInner client = this.inner();
return client.listAsync(resourceGroupName, accountName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public StreamingEndpoint call(StreamingEndpointInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingLocatorInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingLocatorInner.java
index 95dc20c8e91e..0e8fff1fdcfb 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingLocatorInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingLocatorInner.java
@@ -76,7 +76,7 @@ public class StreamingLocatorInner extends ProxyResource {
private List contentKeys;
/**
- * Get the assetName value.
+ * Get asset Name.
*
* @return the assetName value
*/
@@ -85,7 +85,7 @@ public String assetName() {
}
/**
- * Set the assetName value.
+ * Set asset Name.
*
* @param assetName the assetName value to set
* @return the StreamingLocatorInner object itself.
@@ -96,7 +96,7 @@ public StreamingLocatorInner withAssetName(String assetName) {
}
/**
- * Get the created value.
+ * Get creation time of Streaming Locator.
*
* @return the created value
*/
@@ -105,7 +105,7 @@ public DateTime created() {
}
/**
- * Get the startTime value.
+ * Get startTime of Streaming Locator.
*
* @return the startTime value
*/
@@ -114,7 +114,7 @@ public DateTime startTime() {
}
/**
- * Set the startTime value.
+ * Set startTime of Streaming Locator.
*
* @param startTime the startTime value to set
* @return the StreamingLocatorInner object itself.
@@ -125,7 +125,7 @@ public StreamingLocatorInner withStartTime(DateTime startTime) {
}
/**
- * Get the endTime value.
+ * Get endTime of Streaming Locator.
*
* @return the endTime value
*/
@@ -134,7 +134,7 @@ public DateTime endTime() {
}
/**
- * Set the endTime value.
+ * Set endTime of Streaming Locator.
*
* @param endTime the endTime value to set
* @return the StreamingLocatorInner object itself.
@@ -145,7 +145,7 @@ public StreamingLocatorInner withEndTime(DateTime endTime) {
}
/**
- * Get the streamingLocatorId value.
+ * Get streamingLocatorId of Streaming Locator.
*
* @return the streamingLocatorId value
*/
@@ -154,7 +154,7 @@ public UUID streamingLocatorId() {
}
/**
- * Set the streamingLocatorId value.
+ * Set streamingLocatorId of Streaming Locator.
*
* @param streamingLocatorId the streamingLocatorId value to set
* @return the StreamingLocatorInner object itself.
@@ -165,7 +165,7 @@ public StreamingLocatorInner withStreamingLocatorId(UUID streamingLocatorId) {
}
/**
- * Get the streamingPolicyName value.
+ * Get streaming policy name used by this streaming locator. Either specify the name of streaming policy you created or use one of the predefined streaming polices. The predefined streaming policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_SecureStreaming' and 'Predefined_SecureStreamingWithFairPlay'.
*
* @return the streamingPolicyName value
*/
@@ -174,7 +174,7 @@ public String streamingPolicyName() {
}
/**
- * Set the streamingPolicyName value.
+ * Set streaming policy name used by this streaming locator. Either specify the name of streaming policy you created or use one of the predefined streaming polices. The predefined streaming policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreaming', 'Predefined_ClearKey', 'Predefined_SecureStreaming' and 'Predefined_SecureStreamingWithFairPlay'.
*
* @param streamingPolicyName the streamingPolicyName value to set
* @return the StreamingLocatorInner object itself.
@@ -185,7 +185,7 @@ public StreamingLocatorInner withStreamingPolicyName(String streamingPolicyName)
}
/**
- * Get the defaultContentKeyPolicyName value.
+ * Get default ContentKeyPolicy used by this Streaming Locator.
*
* @return the defaultContentKeyPolicyName value
*/
@@ -194,7 +194,7 @@ public String defaultContentKeyPolicyName() {
}
/**
- * Set the defaultContentKeyPolicyName value.
+ * Set default ContentKeyPolicy used by this Streaming Locator.
*
* @param defaultContentKeyPolicyName the defaultContentKeyPolicyName value to set
* @return the StreamingLocatorInner object itself.
@@ -205,7 +205,7 @@ public StreamingLocatorInner withDefaultContentKeyPolicyName(String defaultConte
}
/**
- * Get the contentKeys value.
+ * Get contentKeys used by this Streaming Locator.
*
* @return the contentKeys value
*/
@@ -214,7 +214,7 @@ public List contentKeys() {
}
/**
- * Set the contentKeys value.
+ * Set contentKeys used by this Streaming Locator.
*
* @param contentKeys the contentKeys value to set
* @return the StreamingLocatorInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingLocatorsImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingLocatorsImpl.java
index 3b27616985d8..65e85e8b6769 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingLocatorsImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingLocatorsImpl.java
@@ -68,41 +68,22 @@ public ListPathsResponse call(ListPathsResponseInner inner) {
});
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- StreamingLocatorsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync(final String resourceGroupName, final String accountName) {
StreamingLocatorsInner client = this.inner();
return client.listAsync(resourceGroupName, accountName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public StreamingLocator call(StreamingLocatorInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingPoliciesImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingPoliciesImpl.java
index 33a3e81b6ed9..637b8abd64b0 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingPoliciesImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingPoliciesImpl.java
@@ -42,41 +42,22 @@ private StreamingPolicyImpl wrapModel(String name) {
return new StreamingPolicyImpl(name, this.manager());
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- StreamingPoliciesInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync(final String resourceGroupName, final String accountName) {
StreamingPoliciesInner client = this.inner();
return client.listAsync(resourceGroupName, accountName)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return listNextInnerPageAsync(page.nextPageLink());
- }
- })
.flatMapIterable(new Func1, Iterable>() {
@Override
public Iterable call(Page page) {
return page.items();
}
- })
+ })
.map(new Func1() {
@Override
public StreamingPolicy call(StreamingPolicyInner inner) {
return wrapModel(inner);
}
- });
+ });
}
@Override
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingPolicyInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingPolicyInner.java
index c358eb6c1b3f..1b0ff0f93202 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingPolicyInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/StreamingPolicyInner.java
@@ -59,7 +59,7 @@ public class StreamingPolicyInner extends ProxyResource {
private NoEncryption noEncryption;
/**
- * Get the created value.
+ * Get creation time of Streaming Policy.
*
* @return the created value
*/
@@ -68,7 +68,7 @@ public DateTime created() {
}
/**
- * Get the defaultContentKeyPolicyName value.
+ * Get default ContentKey used by current Streaming Policy.
*
* @return the defaultContentKeyPolicyName value
*/
@@ -77,7 +77,7 @@ public String defaultContentKeyPolicyName() {
}
/**
- * Set the defaultContentKeyPolicyName value.
+ * Set default ContentKey used by current Streaming Policy.
*
* @param defaultContentKeyPolicyName the defaultContentKeyPolicyName value to set
* @return the StreamingPolicyInner object itself.
@@ -88,7 +88,7 @@ public StreamingPolicyInner withDefaultContentKeyPolicyName(String defaultConten
}
/**
- * Get the envelopeEncryption value.
+ * Get configuration of EnvelopeEncryption.
*
* @return the envelopeEncryption value
*/
@@ -97,7 +97,7 @@ public EnvelopeEncryption envelopeEncryption() {
}
/**
- * Set the envelopeEncryption value.
+ * Set configuration of EnvelopeEncryption.
*
* @param envelopeEncryption the envelopeEncryption value to set
* @return the StreamingPolicyInner object itself.
@@ -108,7 +108,7 @@ public StreamingPolicyInner withEnvelopeEncryption(EnvelopeEncryption envelopeEn
}
/**
- * Get the commonEncryptionCenc value.
+ * Get configuration of CommonEncryptionCenc.
*
* @return the commonEncryptionCenc value
*/
@@ -117,7 +117,7 @@ public CommonEncryptionCenc commonEncryptionCenc() {
}
/**
- * Set the commonEncryptionCenc value.
+ * Set configuration of CommonEncryptionCenc.
*
* @param commonEncryptionCenc the commonEncryptionCenc value to set
* @return the StreamingPolicyInner object itself.
@@ -128,7 +128,7 @@ public StreamingPolicyInner withCommonEncryptionCenc(CommonEncryptionCenc common
}
/**
- * Get the commonEncryptionCbcs value.
+ * Get configuration of CommonEncryptionCbcs.
*
* @return the commonEncryptionCbcs value
*/
@@ -137,7 +137,7 @@ public CommonEncryptionCbcs commonEncryptionCbcs() {
}
/**
- * Set the commonEncryptionCbcs value.
+ * Set configuration of CommonEncryptionCbcs.
*
* @param commonEncryptionCbcs the commonEncryptionCbcs value to set
* @return the StreamingPolicyInner object itself.
@@ -148,7 +148,7 @@ public StreamingPolicyInner withCommonEncryptionCbcs(CommonEncryptionCbcs common
}
/**
- * Get the noEncryption value.
+ * Get configuations of NoEncryption.
*
* @return the noEncryption value
*/
@@ -157,7 +157,7 @@ public NoEncryption noEncryption() {
}
/**
- * Set the noEncryption value.
+ * Set configuations of NoEncryption.
*
* @param noEncryption the noEncryption value to set
* @return the StreamingPolicyInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/SubscriptionMediaServiceInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/SubscriptionMediaServiceInner.java
index e07643420f91..3573eeb39891 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/SubscriptionMediaServiceInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/SubscriptionMediaServiceInner.java
@@ -35,7 +35,7 @@ public class SubscriptionMediaServiceInner extends Resource {
private List storageAccounts;
/**
- * Get the mediaServiceId value.
+ * Get the Media Services account ID.
*
* @return the mediaServiceId value
*/
@@ -44,7 +44,7 @@ public UUID mediaServiceId() {
}
/**
- * Get the storageAccounts value.
+ * Get the storage accounts for this resource.
*
* @return the storageAccounts value
*/
@@ -53,7 +53,7 @@ public List storageAccounts() {
}
/**
- * Set the storageAccounts value.
+ * Set the storage accounts for this resource.
*
* @param storageAccounts the storageAccounts value to set
* @return the SubscriptionMediaServiceInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/TransformInner.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/TransformInner.java
index 72d951464203..72499d90376f 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/TransformInner.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/TransformInner.java
@@ -51,7 +51,7 @@ public class TransformInner extends ProxyResource {
private List outputs;
/**
- * Get the created value.
+ * Get the UTC date and time when the Transform was created, in 'YYYY-MM-DDThh:mm:ssZ' format.
*
* @return the created value
*/
@@ -60,7 +60,7 @@ public DateTime created() {
}
/**
- * Get the description value.
+ * Get an optional verbose description of the Transform.
*
* @return the description value
*/
@@ -69,7 +69,7 @@ public String description() {
}
/**
- * Set the description value.
+ * Set an optional verbose description of the Transform.
*
* @param description the description value to set
* @return the TransformInner object itself.
@@ -80,7 +80,7 @@ public TransformInner withDescription(String description) {
}
/**
- * Get the lastModified value.
+ * Get the UTC date and time when the Transform was last updated, in 'YYYY-MM-DDThh:mm:ssZ' format.
*
* @return the lastModified value
*/
@@ -89,7 +89,7 @@ public DateTime lastModified() {
}
/**
- * Get the outputs value.
+ * Get an array of one or more TransformOutputs that the Transform should generate.
*
* @return the outputs value
*/
@@ -98,7 +98,7 @@ public List outputs() {
}
/**
- * Set the outputs value.
+ * Set an array of one or more TransformOutputs that the Transform should generate.
*
* @param outputs the outputs value to set
* @return the TransformInner object itself.
diff --git a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/TransformsImpl.java b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/TransformsImpl.java
index f85b6a7b2d67..14c2d8f41f1f 100644
--- a/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/TransformsImpl.java
+++ b/mediaservices/resource-manager/v2018_30_30_preview/src/main/java/com/microsoft/azure/management/mediaservices/v2018_30_30_preview/implementation/TransformsImpl.java
@@ -42,41 +42,22 @@ private TransformImpl wrapModel(String name) {
return new TransformImpl(name, this.manager());
}
- private Observable> listNextInnerPageAsync(String nextLink) {
- if (nextLink == null) {
- Observable.empty();
- }
- TransformsInner client = this.inner();
- return client.listNextAsync(nextLink)
- .flatMap(new Func1, Observable>>() {
- @Override
- public Observable> call(Page page) {
- return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink()));
- }
- });
- }
@Override
public Observable listAsync(final String resourceGroupName, final String accountName) {
TransformsInner client = this.inner();
return client.listAsync(resourceGroupName, accountName)
- .flatMap(new Func1